summaryrefslogtreecommitdiff
path: root/PyGan/data/testVVER.py
diff options
context:
space:
mode:
Diffstat (limited to 'PyGan/data/testVVER.py')
-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")