Skip to content

Commit

Permalink
fix: Remove unimplemented iteration started event (#3368)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 authored Oct 8, 2024
1 parent 3a281e9 commit a3eeaa4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class SolverEvent(Enum):

TIMESTEP_STARTED = "TimestepStartedEvent"
TIMESTEP_ENDED = "TimestepEndedEvent"
ITERATION_STARTED = "IterationStartedEvent"
ITERATION_ENDED = "IterationEndedEvent"
CALCULATIONS_STARTED = "CalculationsStartedEvent"
CALCULATIONS_ENDED = "CalculationsEndedEvent"
Expand Down

0 comments on commit a3eeaa4

Please sign in to comment.