Skip to content

Commit

Permalink
Fix vector
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiSavici committed Nov 30, 2023
1 parent f3078c9 commit e7873ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/test_refine_ub.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ def test_refine_ub_model():
assert peak_table_model.ws.sample().getOrientedLattice().beta() == pytest.approx(90)
assert peak_table_model.ws.sample().getOrientedLattice().gamma() == pytest.approx(90)
assert peak_table_model.ws.sample().getOrientedLattice().getuVector() == pytest.approx([0, 1, 0])
assert peak_table_model.ws.sample().getOrientedLattice().getvVector() == pytest.approx([0, 0, 1])
assert peak_table_model.ws.sample().getOrientedLattice().getvVector() == pytest.approx([1, 0, 0])

0 comments on commit e7873ed

Please sign in to comment.