From 0bd8909543584634c8b1112060ed166b068223a8 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Tue, 11 Aug 2015 21:00:32 +0700 Subject: [PATCH] Update file locations in ENDF tests --- .gitignore | 3 +++ tests/test_endf.py | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2cdf652ef5..c580a420c0 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/tests/test_endf.py b/tests/test_endf.py index 98f99081da..84acd58f99 100644 --- a/tests/test_endf.py +++ b/tests/test_endf.py @@ -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')