Skip to content

Commit

Permalink
fromat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oameye committed Jul 25, 2024
1 parent dc92407 commit 0ad27fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/trajactories/transition.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
# SEED is different on github
if ensemble.t_res 5299.98
@test length(ensemble.times) == 11
@test ensemble.t_res 5299.98 atol=1e-1
@test ensemble.t_res 5299.98 atol = 1e-1
else
@test length(ensemble.times) == 10
@test ensemble.t_res 4953.88 atol=1e-1
@test ensemble.t_res 4953.88 atol = 1e-1
end
end

0 comments on commit 0ad27fc

Please sign in to comment.