mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
cleaning up and moving all methods to instance methods rather than module
This commit is contained in:
parent
a26dcc65b7
commit
bf58a46a9c
2 changed files with 151 additions and 172 deletions
|
|
@ -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):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue