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.
2 parents 350b128 + 0f3b68c commit cced98cCopy full SHA for cced98c
src/ibex_bluesky_core/callbacks/_fitting.py
@@ -149,7 +149,7 @@ def __init__(
149
150
self.livefit = livefit
151
self.postfix = postfix
152
- self.output_dir = Path(output_dir or get_default_output_path())
+ self.output_dir = Path(output_dir or get_default_output_path() / "fitting")
153
self.current_start_document: str | None = None
154
155
self.x = x
0 commit comments