Skip to content

Commit

Permalink
Fixed old reference to runner.dest
Browse files Browse the repository at this point in the history
  • Loading branch information
shinzlet committed Aug 28, 2024
1 parent bab4cf3 commit db40864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/czpeedy/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def save_results_csv(self, path: Path):
trial_param.shuffle,
",".join(str(ax) for ax in trial_param.chunk_size),
trial_param.endianness,
trial_param.to_spec(self.dest),
trial_param.to_spec(),
trial_param.codecs(),
]
)

0 comments on commit db40864

Please sign in to comment.