Skip to content

Commit

Permalink
get rid of missed every_iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Oct 12, 2023
1 parent b5cb579 commit d27c6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ mutable struct IntermediateResults
every::Dates.TimePeriod # Callback frequency e.g. `Dates.Second(5)`
id::String
function IntermediateResults(id::String; every=Dates.Second(0))
new(typemin(Dates.DateTime), every, id, every_iteration)
new(typemin(Dates.DateTime), every, id)
end
end

Expand Down

0 comments on commit d27c6a3

Please sign in to comment.