Skip to content

Commit 3f7ced7

Browse files
authored
Merge pull request #15537 from rmcdermo/master
Python: allow gtest to generate plot
2 parents a7df6ab + f65faa5 commit 3f7ced7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/Python/fdsplotlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def read_csv_cached(path, **kwargs):
391391
raw_keys = [c.strip() for c in (pp.d1_Key or '').split('|')] if pp.d1_Key else []
392392
key_labels = (raw_keys + [None] * len(y_plot_list))[:len(y_plot_list)]
393393

394-
if dtest:
394+
if dtest or gtest:
395395
if verbose:
396396
print(f"Generating plot {csv_rownum} {pltdir}{pp.Plot_Filename}...")
397397
if close_figs:

0 commit comments

Comments
 (0)