Skip to content

Commit 0bd8909

Browse files
committed
Update file locations in ENDF tests
1 parent 410e893 commit 0bd8909

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ examples/*.png
3434
examples/*.h5m
3535
tests/test.file
3636
tests/test.txt
37+
tests/U233.txt
3738
tests/U235.txt
3839
tests/Ni59.txt
40+
tests/Mo.txt
41+
tests/Xe.txt
3942
tests/Zn.txt
4043
tutorial/Ni59.txt
4144
docs/rxname_listing

tests/test_endf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,8 +762,8 @@ def test_evaluation_neutron():
762762

763763
def test_evaluation_decay():
764764
download_file('https://t2.lanl.gov/nis/data/endf/decayVII.1/092_U_233',
765-
'U233-decay.endf', '3db23dc650bae28eabb92942dd7d0de5')
766-
u233 = Evaluation('U233-decay.endf', verbose=False)
765+
'U233.txt', '3db23dc650bae28eabb92942dd7d0de5')
766+
u233 = Evaluation('U233.txt', verbose=False)
767767
u233.read()
768768

769769
assert hasattr(u233, 'info')

0 commit comments

Comments
 (0)