Skip to content

Commit

Permalink
Fix small typo in aray
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Dec 23, 2024
1 parent 406175d commit be0dd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_diffraction_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def test_diffraction_objects_equality(
"xtype, expected_xarray",
[
# Test whether on_xtype returns the correct xarray values.
# C1: tth to tth, expect no change in xaray value
# C1: tth to tth, expect no change in xarray value
# 1. "tth" provided, expect tth
# 2. "2theta" provided, expect tth
("tth", np.array([30, 60])),
Expand Down

0 comments on commit be0dd64

Please sign in to comment.