mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Removing print statement.
This commit is contained in:
parent
3439797e32
commit
3be6520671
1 changed files with 0 additions and 1 deletions
|
|
@ -91,7 +91,6 @@ expected_results = ( (1, (( -4., -4., -inf), ( 4., 4., inf))),
|
|||
(5, ((-inf, -inf, -inf), (inf, inf, inf))) )
|
||||
@pytest.mark.parametrize("cell_id,expected_box", expected_results)
|
||||
def test_cell_box(cell_id, expected_box):
|
||||
print("Cell {}".format(cell_id))
|
||||
cell_box = openmc.capi.cells[cell_id].bounding_box
|
||||
assert tuple(cell_box[0]) == expected_box[0]
|
||||
assert tuple(cell_box[1]) == expected_box[1]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue