Skip to content

Commit

Permalink
Merge branch 'main' into XianzheMa/fix-dimension-prob-with-binary-cla…
Browse files Browse the repository at this point in the history
…ssfication
  • Loading branch information
XianzheMa authored Sep 8, 2024
2 parents 65037b0 + b58ed10 commit 9bec08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modyn/supervisor/internal/triggers/batchedtrigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def inform(

# ----------------------------------------------- Detection ---------------------------------------------- #

triggered = self._evaluate_batch(next_detection_interval, trigger_candidate_idx)
triggered = self._evaluate_batch(next_detection_interval, trigger_candidate_idx, log=log)
self._last_detection_interval = next_detection_interval

# ----------------------------------------------- Response ----------------------------------------------- #
Expand Down

0 comments on commit 9bec08d

Please sign in to comment.