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
To improve code maintainability , parameters classes like EnoParameters should have final attributes (to make sure that its values are not changed somewhere e.g. in a processing step).
To improve code maintainability , parameters classes like
EnoParametersshould havefinalattributes (to make sure that its values are not changed somewhere e.g. in a processing step).