Skip to content

Commit

Permalink
Fix revolve overhead
Browse files Browse the repository at this point in the history
  • Loading branch information
michel2323 committed Jun 11, 2024
1 parent 15fcd43 commit df816a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Checkpointing"
uuid = "eb46d486-4f9c-4c3d-b445-a617f2a2f1ca"
authors = ["Michel Schanen <[email protected]>", "Sri Hari Krishna Narayanan <[email protected]>"]
version = "0.9.3"
version = "0.9.4"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand Down
2 changes: 1 addition & 1 deletion src/Schemes/Revolve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function Revolve{MT}(
else
@info "Prediction:"
@info "Forward steps : $(Int(predfwdcnt))"
@info "Overhead factor : $(predfwdcnt/(steps+1))"
@info "Overhead factor : $(predfwdcnt/(steps))"
end
end
return revolve
Expand Down

0 comments on commit df816a3

Please sign in to comment.