Skip to content

Commit

Permalink
Fix test in devel (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: William (Zhiyi) Wu <zwu@exscientia.co.uk>
  • Loading branch information
xiki-tempula and xiki-tempula authored Sep 19, 2023
1 parent 05667a2 commit d5e28e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Sandpit/Exscientia/_SireWrappers/test_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def test_set_box(system):

# Store the expected box dimensions and angles.
expected_box = [30, 30, 30] * BSS.Units.Length.angstrom
expected_angles = [70.5288, 109.4712, 70.5288] * BSS.Units.Angle.degree
expected_angles = [109.4712, 109.4712, 109.4712] * BSS.Units.Angle.degree

# Check that the box dimensions match.
for b0, b1 in zip(box, expected_box):
Expand Down

0 comments on commit d5e28e8

Please sign in to comment.