File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,11 @@ examples/*.png
34
34
examples /* .h5m
35
35
tests /test.file
36
36
tests /test.txt
37
+ tests /U233.txt
37
38
tests /U235.txt
38
39
tests /Ni59.txt
40
+ tests /Mo.txt
41
+ tests /Xe.txt
39
42
tests /Zn.txt
40
43
tutorial /Ni59.txt
41
44
docs /rxname_listing
Original file line number Diff line number Diff line change @@ -762,8 +762,8 @@ def test_evaluation_neutron():
762
762
763
763
def test_evaluation_decay ():
764
764
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 )
767
767
u233 .read ()
768
768
769
769
assert hasattr (u233 , 'info' )
You can’t perform that action at this time.
0 commit comments