Skip to content

Commit

Permalink
Update file locations in ENDF tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulromano committed Aug 11, 2015
1 parent 410e893 commit 0bd8909
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ examples/*.png
examples/*.h5m
tests/test.file
tests/test.txt
tests/U233.txt
tests/U235.txt
tests/Ni59.txt
tests/Mo.txt
tests/Xe.txt
tests/Zn.txt
tutorial/Ni59.txt
docs/rxname_listing
Expand Down
4 changes: 2 additions & 2 deletions tests/test_endf.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,8 +762,8 @@ def test_evaluation_neutron():

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

assert hasattr(u233, 'info')
Expand Down

0 comments on commit 0bd8909

Please sign in to comment.