Skip to content

Implementing 'RecalcScaler' option to turn recalculation of scaler on/off

Steffen Korn requested to merge RecalcScaler into master

This MR implements a RecalcScaler option that can be added in the GENERAL block of a config file.

The option can be either True(default) or False.

By default the scaler (for the input variables) will change everytime the merged.h5 script changes. If the option is set to False the scaler is not recalculated and the existing scaler in the Model directory will be used/loaded.

In case the scaler does not exist an error message is thrown.

Merge request reports

Loading