Skip to content

Commit

Permalink
Fix test not working on 32-bit systems
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Jan 25, 2024
1 parent d31c7f4 commit 2eb3aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/magnetic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ end
[0.3487, 0.3777, 0.5182],
[0.8487, 0.1223, 0.4818],
]
@test dataset.std_tensors == [
@test dataset.std_tensors [
[4.05, 0.0, 0.1],
[-4.05, 0.0, 0.1],
[4.05, 0.0, -0.1],
Expand All @@ -1349,7 +1349,7 @@ end
[-4.05, 0.0, -0.1],
[4.05, 0.0, -0.1],
]
@test dataset.std_rotation_matrix == [1.0 0.0 0.0; 0.0 1.0 0.0; 0.0 0.0 1.0]
@test dataset.std_rotation_matrix [1.0 0.0 0.0; 0.0 1.0 0.0; 0.0 0.0 1.0]
@test dataset.primitive_lattice ==
Lattice([[0.0, 0.0, -5.4676], [0.0, -9.2409, 0.0], [-19.2776, 0.0, 0.0]])
end
Expand Down

0 comments on commit 2eb3aad

Please sign in to comment.