Describe the bug
If the noiseThreshold qualifier is left out when including the AVM stabilizer in a .par file, the options parser complains that 'absoluteTol' qualifier is missing. However, it would be more useful to indicate to the user that the expected qualifier is called 'noiseThreshold.'
To Reproduce
Edit a par file that includes a scalar.
In the scalar section add a line like this: regularization = avm+c0
Run nekrs --setup rbc.par
Error message suggests that absoluteTol is a missing avm qualifier, when it actually wants noiseThreshold qualifier.
Expected behavior
I would expect the error message to mention noiseThreshold, not absoluteTol.
Describe the bug If the noiseThreshold qualifier is left out when including the AVM stabilizer in a .par file, the options parser complains that 'absoluteTol' qualifier is missing. However, it would be more useful to indicate to the user that the expected qualifier is called 'noiseThreshold.'
To Reproduce
regularization = avm+c0
nekrs --setup rbc.par
absoluteTol
is a missingavm
qualifier, when it actually wantsnoiseThreshold
qualifier.Expected behavior I would expect the error message to mention
noiseThreshold
, notabsoluteTol
.Version