Skip to content

Commit

Permalink
reset based on correct flag
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Dec 5, 2024
1 parent 75158ad commit 0e5f68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psiflow/learning.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def evaluate_outputs(
isnan(errors[i]),
)

_ = assign_identifier(state, identifier, error_discard)
_ = assign_identifier(state, identifier, reset)
assigned = unpack_i(_, 0)
identifier = unpack_i(_, 1)
processed_states.append(assigned)
Expand Down

0 comments on commit 0e5f68c

Please sign in to comment.