We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9099a5c commit 0f3b68cCopy full SHA for 0f3b68c
src/ibex_bluesky_core/callbacks/_fitting.py
@@ -141,7 +141,7 @@ def __init__(
141
142
self.livefit = livefit
143
self.postfix = postfix
144
- self.output_dir = Path(output_dir or get_default_output_path())
+ self.output_dir = Path(output_dir or get_default_output_path() / "fitting")
145
self.current_start_document: str | None = None
146
147
self.x = x
0 commit comments