mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Address #983 comments
This commit is contained in:
parent
1e49f3c889
commit
efade329a8
2 changed files with 29 additions and 30 deletions
|
|
@ -58,7 +58,7 @@ def test_high_l(fe56):
|
|||
assert total[0] == pytest.approx(27.85535792368082)
|
||||
|
||||
|
||||
def test_to_hdf5(tmpdir, u235):
|
||||
def test_export_to_hdf5(tmpdir, u235):
|
||||
filename = str(tmpdir.join('092235.h5'))
|
||||
u235.to_hdf5(filename)
|
||||
u235.export_to_hdf5(filename)
|
||||
assert os.path.exists(filename)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue