diff options
| author | HEBERT Alain <alain.hebert@polymtl.ca> | 2025-12-23 11:34:01 -0500 |
|---|---|---|
| committer | HEBERT Alain <alain.hebert@polymtl.ca> | 2025-12-23 11:34:01 -0500 |
| commit | c4db2987ef7214cb11537e6805bc319807e11866 (patch) | |
| tree | ff7bea851c1ce9685d26fc5080f65fcf9110086b /PyGan/data/testVVER.py | |
| parent | 0fbdc50700be08e00ecad828d9c99b5c045b382b (diff) | |
| parent | bd7171d346ad4f079aa89b2d9fdd6a56aa0a3b1c (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/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 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") |
