Address #983 comments

This commit is contained in:
Sterling Harper 2018-03-19 12:55:46 -04:00
parent 1e49f3c889
commit efade329a8
2 changed files with 29 additions and 30 deletions

View file

@ -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)