Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oameye committed Jan 1, 2025
1 parent e5ced08 commit 89f9ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/trajectories/transition.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
ensemble = transitions(sys, fp1, fp2, 10)
@test isapprox(ensemble.success_rate, 0.833; atol=1e-2) ||
isapprox(ensemble.success_rate, 0.909; atol=1e-2)
@test isapprox(ensemble.success_rate, 5.213; atol=1e-2) ||
isapprox(ensemble.success_rate, 5.6512; atol=1e-2)
@test isapprox(ensemble.transition_time, 5.213; atol=1e-2) ||
isapprox(ensemble.transition_time, 5.6512; atol=1e-2)
# SEED is different on github
# SEED doesn;t work on github
@test length(ensemble.times) == 10
Expand Down

0 comments on commit 89f9ee2

Please sign in to comment.