Skip to content

Commit

Permalink
Update hyperit.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoardoChidichimo committed Jun 24, 2024
1 parent 7b8cfac commit a38b843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyperit/hyperit.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ def __filter_estimation(self, s1: np.ndarray, s2: np.ndarray) -> float | np.ndar
elif self._measure == MeasureType.PhyID:
return self.__estimate_atoms(s1, s2)

__initialise_estimator(s1, s2)
self.__initialise_estimator(s1, s2)

return self.__estimate_it_epoch_average(s1, s2) if self._epoch_average else self.__estimate_it(s1, s2)

Expand Down

0 comments on commit a38b843

Please sign in to comment.