Skip to content

Commit

Permalink
fix pamc
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yoshimi committed Oct 30, 2024
1 parent 1bc0278 commit 1fd6144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/odatse/algorithm/pamc.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,8 @@ def _prepare(self) -> None:
This method initializes the timers for the 'submit' and 'resampling' phases
of the algorithm run.
"""
self.timer["run"]["submit"] = 0.0
self.timer["run"]["resampling"] = 0.0
self.timer["run"]["submit"] = 0.0
self.timer["run"]["resampling"] = 0.0
def _post(self) -> None:
"""
Post-processing after the algorithm execution.
Expand Down

0 comments on commit 1fd6144

Please sign in to comment.