Skip to content

Commit

Permalink
Merge pull request #36 from mfherbst/patch-1
Browse files Browse the repository at this point in the history
Increase test tolerance a little
  • Loading branch information
jameskermode authored Apr 12, 2023
2 parents 2c21711 + 8d9f452 commit c643939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/atomsbase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ end
ExtXYZ.save(outfile, system)
ExtXYZ.load(outfile)::AbstractSystem
end
test_approx_eq(system, io_system; rtol=1e-6)
test_approx_eq(system, io_system; rtol=1e-4)
end

0 comments on commit c643939

Please sign in to comment.