We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99dcbd3 commit eb44458Copy full SHA for eb44458
1 file changed
autofit/non_linear/search/abstract_search.py
@@ -879,14 +879,9 @@ def perform_update(
879
self.iterations += self.iterations_per_full_update
880
881
if not self.disable_output:
882
- if during_analysis:
883
- self.logger.info(
884
- f"""Fit Running: Updating results after {self.iterations} iterations (see output folder)."""
885
- )
886
- else:
887
888
- "Fit Complete: Updating final results (see output folder)."
889
+ self.logger.info(
+ f"""Fit Running: Updating results (see output folder)."""
+ )
890
891
if not isinstance(self.paths, DatabasePaths) and not isinstance(
892
self.paths, NullPaths
0 commit comments