cleaning up and moving all methods to instance methods rather than module

This commit is contained in:
Ethan Peterson 2022-10-18 14:56:26 -04:00
parent a26dcc65b7
commit bf58a46a9c
2 changed files with 151 additions and 172 deletions

View file

@ -314,3 +314,7 @@ def test_isogonal_octagon(axis, plane_tb, plane_lr, axis_idx):
# Make sure repr works
repr(s)
@pytest.mark.parametrize("basis", [("xz",), ("yz",), ("xy",), ("rz",)])
def test_polygon(basis=basis):