Skip to content

Commit eb44458

Browse files
Jammy2211Jammy2211
authored andcommitted
simpify update message
1 parent 99dcbd3 commit eb44458

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

autofit/non_linear/search/abstract_search.py

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -879,14 +879,9 @@ def perform_update(
879879
self.iterations += self.iterations_per_full_update
880880

881881
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-
self.logger.info(
888-
"Fit Complete: Updating final results (see output folder)."
889-
)
882+
self.logger.info(
883+
f"""Fit Running: Updating results (see output folder)."""
884+
)
890885

891886
if not isinstance(self.paths, DatabasePaths) and not isinstance(
892887
self.paths, NullPaths

0 commit comments

Comments
 (0)