You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Serpent-2.2.1 prints additional ADF-related parameters to the results file *_res.m: DF_SURFACE_N_PARAM and DF_SURFACE_PARAMS. They do not follow the standard form (an array of value-error pairs), therefore their names must be specified in the parser. The following changes to the module serpentTools/parsers/results.py seem to solve the issue:
Summary of issue
Serpent-2.2.1 prints additional ADF-related parameters to the results file
*_res.m
:DF_SURFACE_N_PARAM
andDF_SURFACE_PARAMS
. They do not follow the standard form (an array of value-error pairs), therefore their names must be specified in the parser. The following changes to the moduleserpentTools/parsers/results.py
seem to solve the issue:Versions
Please provide the following:
serpentTools.__version__
:"0.10.0.dev0"
python --version
:Python 3.8.17
git describe
:0.9.4rc0-21-gc88cb67
The text was updated successfully, but these errors were encountered: