Skip to content

Commit d314fa0

Browse files
committed
Set PNG output path
1 parent dbd7f40 commit d314fa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_bluesky.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ def test_scan_with_standard_callbacks(self) -> None:
158158
fit=Linear().fit(),
159159
human_readable_file_output_dir=Path(LOG_FOLDER) / "output_files",
160160
live_fit_logger_output_dir=Path(LOG_FOLDER) / "fitting",
161+
plot_png_output_dir=Path(LOG_FOLDER) / "pngs",
161162
)
162163

163164
@icc

0 commit comments

Comments
 (0)