Skip to content

Commit f6d4734

Browse files
committed
Python: set up dataplot for validation
1 parent 739adac commit f6d4734

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Utilities/Python/FDS_validation_script.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313

1414
# Statistics output options
1515

16-
# Run dataplot and scatplot scripts
16+
# # Run dataplot and scatplot scripts
1717

18-
# fdsplotlib.dataplot(config_filename='../Matlab/FDS_verification_dataplot_inputs.csv',
19-
# expdir='../../Verification/',
20-
# cmpdir='../../Verification/',
18+
# fdsplotlib.dataplot(config_filename='../Matlab/FDS_validation_dataplot_inputs.csv',
19+
# expdir='../../../exp/',
20+
# cmpdir='../../../out/',
2121
# pltdir='../../Manuals/',
2222
# close_figs=True,
2323
# verbose=True,
24-
# plot_range=[2])
24+
# plot_list=['all'])
2525

2626
# Special cases
2727

0 commit comments

Comments
 (0)