Skip to content

Commit

Permalink
debug te multi calc
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoardoChidichimo committed Jun 24, 2024
1 parent fe0f289 commit 724b929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hyperit/hyperit.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ def __estimate_it_epoch_average(self, s1: np.ndarray, s2: np.ndarray) -> float:
self._Calc.initialise(*self._initialise_parameter)

self._Calc.startAddObservations()
print(f"N. EPOS: {self._n_epo}", flush=True)
for epoch in range(self._n_epo):
self._Calc.addObservations(setup_JArray(s1[epoch]), setup_JArray(s2[epoch]))

Expand Down

0 comments on commit 724b929

Please sign in to comment.