Skip to content

Commit 6fc6452

Browse files
committed
Set plotting to off in functional test
1 parent 04aa446 commit 6fc6452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/functional/test_wfsc_flc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
def test_wfsc_flc():
1313

1414
mp = deepcopy(CONFIG.mp)
15-
mp.flagPlot = True #False
15+
mp.flagPlot = False
1616
LOCAL_PATH = os.path.dirname(os.path.abspath(__file__))
1717
mp.path.falco = os.path.dirname(os.path.dirname(LOCAL_PATH))
1818

0 commit comments

Comments
 (0)