We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979e4e8 commit a54f4fbCopy full SHA for a54f4fb
plot.py
@@ -28,7 +28,7 @@ def plot():
28
figures_path.mkdir()
29
30
# Combine all output files in a single dataframe
31
- output_df = pd.concat([pd.read_csv(output_dir / filename) for filename in hlp.get_output_files()], ignore_index=True)
+ output_df = pd.read_csv(hlp.get_output_filename())
32
33
plot_config = hlp.get_plot_config_data()
34
0 commit comments