We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd7f40 commit d314fa0Copy full SHA for d314fa0
test_bluesky.py
@@ -158,6 +158,7 @@ def test_scan_with_standard_callbacks(self) -> None:
158
fit=Linear().fit(),
159
human_readable_file_output_dir=Path(LOG_FOLDER) / "output_files",
160
live_fit_logger_output_dir=Path(LOG_FOLDER) / "fitting",
161
+ plot_png_output_dir=Path(LOG_FOLDER) / "pngs",
162
)
163
164
@icc
0 commit comments