fix: don't load checkpoint when evaluating a second model

Fixes #144
This commit is contained in:
Philipp Emanuel Weidmann
2026-02-14 10:02:17 +05:30
parent e7f8be98b7
commit e70a1a85e8
+1 -1
View File
@@ -240,7 +240,7 @@ def run():
except IndexError: except IndexError:
existing_study = None existing_study = None
if existing_study is not None: if existing_study is not None and settings.evaluate_model is None:
choices = [] choices = []
if existing_study.user_attrs["finished"]: if existing_study.user_attrs["finished"]: