Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarros committed Oct 5, 2024
1 parent 0201855 commit f340ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_symmetry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
latvecs = Sunny.Mat3(latvecs)
positions = [Sunny.Vec3(1, 1, 1) / 8]
types = [""]
cryst = Sunny.crystal_from_symops(latvecs, positions, types, cryst.symops, cryst.spacegroup)
cryst = Sunny.crystal_from_symops(latvecs, positions, types, cryst.symops, cryst.spacegroup; cryst.symprec)
ref_bonds = reference_bonds(cryst, 2.)
dist2 = [Sunny.global_distance(cryst, b) for b in ref_bonds]

Expand Down

0 comments on commit f340ab5

Please sign in to comment.