Skip to content

Commit

Permalink
Update process.py
Browse files Browse the repository at this point in the history
  • Loading branch information
YaniKolt authored Aug 2, 2023
1 parent 28ae63b commit b8f2566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iOpt/method/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def load_progress(self, file_name: str) -> None:
:param file_name: имя файла
"""
self.search_data.load_progress(file_name=file_name)
self.method.iterations_count = self.search_data.get_count() - 2

for ditem in self.search_data:
if ditem.get_index() >= 0:
Expand Down

0 comments on commit b8f2566

Please sign in to comment.