summaryrefslogtreecommitdiff
path: root/PyGan
diff options
context:
space:
mode:
authorHEBERT Alain <alain.hebert@polymtl.ca>2025-12-23 11:34:01 -0500
committerHEBERT Alain <alain.hebert@polymtl.ca>2025-12-23 11:34:01 -0500
commitc4db2987ef7214cb11537e6805bc319807e11866 (patch)
treeff7bea851c1ce9685d26fc5080f65fcf9110086b /PyGan
parent0fbdc50700be08e00ecad828d9c99b5c045b382b (diff)
parentbd7171d346ad4f079aa89b2d9fdd6a56aa0a3b1c (diff)
Merge branch '19-depreciate-use-of-version-4-and-5-0-draglibs' into 'main'
Resolve "Depreciate use of Version 4 and 5.0 Draglibs" See merge request dragon/5.1!38
Diffstat (limited to 'PyGan')
-rw-r--r--PyGan/data/testVVER.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/PyGan/data/testVVER.py b/PyGan/data/testVVER.py
index 39e09ce..b9d5a47 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.269919)
+assertS(Microlib,'K-EFFECTIVE', 0, 1.269933)
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.271938)
+assertS(Microlib,'K-EFFECTIVE', 0, 1.271787)
print("test testVVER completed")