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 /PyGan/data/testVVER.py | |
| parent | 7dfcc480ba1e19bd3232349fc733caef94034292 (diff) | |
Correct a non-regression test
Diffstat (limited to 'PyGan/data/testVVER.py')
| -rw-r--r-- | PyGan/data/testVVER.py | 4 |
1 files changed, 2 insertions, 2 deletions
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") |
