Skip to content

Commit a327db5

Browse files
authored
Merge pull request #15695 from rmcdermo/master
Python: show row numbers for ftest as well
2 parents 525607c + f25d812 commit a327db5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Utilities/Python/fdsplotlib.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,8 @@ def read_csv_cached(path, **kwargs):
398398
plt.close('all')
399399
first_plot = True
400400
elif ftest:
401+
if verbose:
402+
print(f"Generating plot {csv_rownum} {pltdir}{pp.Plot_Filename}...")
401403
f = f_Last
402404
first_plot = False
403405
else:

0 commit comments

Comments
 (0)