diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle index fdbc96ea..09165c9d 100644 Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle differ diff --git a/_modules/wf_psf/utils/configs_handler.html b/_modules/wf_psf/utils/configs_handler.html index 517a9a52..e7e0a7d0 100644 --- a/_modules/wf_psf/utils/configs_handler.html +++ b/_modules/wf_psf/utils/configs_handler.html @@ -434,6 +434,7 @@

Source code for wf_psf.utils.configs_handler

weights_basename,
                 )
             )[0].split(".")[0]
+            
         except IndexError:
             logger.error(
                 "PSF weights file not found. Check that you've specified the correct weights file in the metrics config file."
@@ -624,9 +625,6 @@ 

Source code for wf_psf.utils.configs_handler

)
             )
 
-            id_name = training_conf.training.id_name
-            model_name = training_conf.training.model_params.model_name
-
         except (TypeError, FileNotFoundError):
             logger.info("Trained model path not provided...")
             logger.info(
@@ -644,8 +642,6 @@ 

Source code for wf_psf.utils.configs_handler

)
                 )[0]
             )
-            id_name = training_conf.training.id_name
-            model_name = training_conf.training.model_params.model_name
 
         except:
             logger.exception("File not found.")