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 468b817 commit 01e9fe2Copy full SHA for 01e9fe2
element_moseq/moseq_report.py
@@ -206,7 +206,7 @@ def make(self, key):
206
moseq_train.get_kpms_processed_data_dir(), prefit_model_name
207
)
208
prefit_output_dir = Path(prefit_model_dir) / "fitting_progress.pdf"
209
- if prefit_model_dir.exists():
+ if prefit_output_dir.exists():
210
self.insert1({**key, "fitting_progress_pdf": prefit_output_dir})
211
else:
212
raise FileNotFoundError(
0 commit comments