From 2b16f3c5e9496ce62a807f3e641c054937c985f7 Mon Sep 17 00:00:00 2001 From: Alain Hebert Date: Tue, 9 Sep 2025 15:23:25 +0200 Subject: Correct a non-regression test --- PyGan/data/testVVER.access | 8 ++++---- PyGan/data/testVVER.py | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'PyGan/data') diff --git a/PyGan/data/testVVER.access b/PyGan/data/testVVER.access index 64191f6..d43db0e 100755 --- a/PyGan/data/testVVER.access +++ b/PyGan/data/testVVER.access @@ -24,15 +24,15 @@ else echo '-----.access----- Use big endian libraries' pos=$1/../../libraries/b_endian fi -if [ -f "$pos"/draglibJeff3p1p1SHEM295.gz ] +if [ -f "$pos"/draglibJeff3p1p1SHEM295_v5p1.gz ] then echo '-----.access----- gunzipping DLIB_J3p1p1' chmod 755 "$pos" - gunzip "$pos"/draglibJeff3p1p1SHEM295.gz + gunzip "$pos"/draglibJeff3p1p1SHEM295_v5p1.gz fi -if [ -f "$pos"/draglibJeff3p1p1SHEM295 ] +if [ -f "$pos"/draglibJeff3p1p1SHEM295_v5p1 ] then - ln -s "$pos"/draglibJeff3p1p1SHEM295 DLIB_J3p1p1 + ln -s "$pos"/draglibJeff3p1p1SHEM295_v5p1 DLIB_J3p1p1 fi ls -l echo -"----.access----- testVVER access script terminated" diff --git a/PyGan/data/testVVER.py b/PyGan/data/testVVER.py index b9d5a47..39e09ce 100644 --- a/PyGan/data/testVVER.py +++ b/PyGan/data/testVVER.py @@ -52,11 +52,11 @@ Keff_conv = pyCOMPO['EDIBU']['MIXTURES'][0]['CALCULATIONS'][0]['K-INFINITY'] print("testVVER: step 1 converged K-effective=", Keff_conv) Microlib = pyCOMPO['EDIBU']['MIXTURES'][0]['CALCULATIONS'][0] Microlib.lib() -assertS(Microlib,'K-EFFECTIVE', 0, 1.269933) +assertS(Microlib,'K-EFFECTIVE', 0, 1.269919) Keff_conv = pyCOMPO['EDIBU']['MIXTURES'][0]['CALCULATIONS'][2]['K-INFINITY'] print("testVVER: step 3 converged K-effective=", Keff_conv) Microlib = pyCOMPO['EDIBU']['MIXTURES'][0]['CALCULATIONS'][2] Microlib.lib() -assertS(Microlib,'K-EFFECTIVE', 0, 1.271787) +assertS(Microlib,'K-EFFECTIVE', 0, 1.271938) print("test testVVER completed") -- cgit v1.2.3