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 01e9fe2 commit c2f7bbcCopy full SHA for c2f7bbc
element_moseq/moseq_report.py
@@ -228,7 +228,7 @@ def make(self, key):
228
moseq_train.get_kpms_processed_data_dir(), fullfit_model_name
229
)
230
fullfit_output_file = Path(fullfit_model_dir) / "fitting_progress.pdf"
231
- if fullfit_model_dir.exists():
+ if fullfit_output_file.exists():
232
self.insert1({**key, "fitting_progress_pdf": fullfit_output_file})
233
else:
234
raise FileNotFoundError(
0 commit comments