Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
viljarjf committed Nov 19, 2024
1 parent a464f63 commit dc1fb5d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pyxem/tests/signals/test_indexation_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,8 @@ def test_to_ipf_correlation_heatmap_markers_multi_phase(

def test_vector_markers_correctness(self):
"""
Check if the markers are plotted correctly by performing orientation mapping
on a non-centrosymmetric signal, where only one quadrant is non-zero,
Check if the markers are plotted correctly by performing orientation mapping
on a non-centrosymmetric signal, where only one quadrant is non-zero,
using a template with only one diffraction spot.
This spot should then be plotted in the correct quadrant.
"""
Expand Down Expand Up @@ -495,7 +495,3 @@ def test_vector_markers_correctness(self):
r, t = res.to_polar_markers()[0].kwargs["offsets"][0, 0][-1]
assert r > 0
assert 0 < t < np.pi / 2


if __name__ == "__main__":
TestOrientationResult().test_vector_markers_correctness()

0 comments on commit dc1fb5d

Please sign in to comment.