mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Made requested formatting change
This commit is contained in:
parent
6bd4c5cd90
commit
0fbfad4d49
1 changed files with 2 additions and 2 deletions
|
|
@ -148,6 +148,6 @@ def test_export_to_hdf5(tmpdir, element):
|
|||
|
||||
def test_photodat_only(run_in_tmpdir):
|
||||
endf_dir = Path(os.environ['OPENMC_ENDF_DATA'])
|
||||
photoatomic_file = endf_dir / 'photoat/photoat-001_H_000.endf'
|
||||
data=openmc.data.IncidentPhoton.from_endf(photoatomic_file)
|
||||
photoatomic_file = endf_dir / 'photoat' / 'photoat-001_H_000.endf'
|
||||
data = openmc.data.IncidentPhoton.from_endf(photoatomic_file)
|
||||
data.export_to_hdf5('tmp.h5', 'w')
|
||||
Loading…
Add table
Add a link
Reference in a new issue