Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jadball committed Mar 27, 2024
1 parent 93f5e39 commit 107473d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/test_orix.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import numpy as np
import unittest

from diffpy.structure import Lattice, Structure
from orix.crystal_map import Phase
from orix.quaternion import get_point_group

from ImageD11.grain import grain
from ImageD11.unitcell import unitcell

import sys
Expand All @@ -15,6 +10,7 @@
raise unittest.SkipTest("Skipping Orix tests on Python 2")
else:
from orix.vector import Miller
from orix.crystal_map import Phase
from scipy.spatial.transform import Rotation as R


Expand Down

0 comments on commit 107473d

Please sign in to comment.