diff options
| author | Alain Hebert <alainhebert@Alains-MacBook-Pro.local> | 2025-09-09 15:23:25 +0200 |
|---|---|---|
| committer | Alain Hebert <alainhebert@Alains-MacBook-Pro.local> | 2025-09-09 15:23:25 +0200 |
| commit | 2b16f3c5e9496ce62a807f3e641c054937c985f7 (patch) | |
| tree | 9b7d5cc00e33a2cb6d9365ea4343656913d862d4 | |
| parent | 7dfcc480ba1e19bd3232349fc733caef94034292 (diff) | |
Correct a non-regression test
| -rwxr-xr-x | PyGan/data/testVVER.access | 8 | ||||
| -rw-r--r-- | PyGan/data/testVVER.py | 4 |
2 files changed, 6 insertions, 6 deletions
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") |
