Skip to content

Commit

Permalink
Testing: Add Test for mask+center_of_mass
Browse files Browse the repository at this point in the history
  • Loading branch information
CSSFrancis committed May 29, 2024
1 parent 35c2d32 commit a0e857c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyxem/tests/signals/test_diffraction2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ def setup_method(self):
"kind": "nearest",
},
),
("center_of_mass", {}),
("center_of_mass", {"mask": (10, 13, 10)}),
],
)
def test_get_direct_beam(self, method, sig_slice, kwargs):
Expand Down

0 comments on commit a0e857c

Please sign in to comment.