mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
update unit test to match new basis for y case
This commit is contained in:
parent
a289cb7397
commit
c1008a0d0f
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ def test_cone_one_sided(axis, point_pos, point_neg, ll_true):
|
|||
@pytest.mark.parametrize(
|
||||
"axis, plane_tb, plane_lr, axis_idx", [
|
||||
("x", "Z", "Y", 0),
|
||||
("y", "Z", "X", 1),
|
||||
("y", "X", "Z", 1),
|
||||
("z", "Y", "X", 2),
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue