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
Is your feature request related to a problem? Please describe.
Classes accepting long lists of parameters (e.g. mf6 simulations, models and packages) should not be initialized with anonymous (ordered) arguments since it is unclear which corresponds to which parameter.
Describe the solution you'd like
Consider using a * in the signature to prohibit ordered argument-passing.
Is your feature request related to a problem? Please describe.
Classes accepting long lists of parameters (e.g. mf6 simulations, models and packages) should not be initialized with anonymous (ordered) arguments since it is unclear which corresponds to which parameter.
Describe the solution you'd like
Consider using a
*
in the signature to prohibit ordered argument-passing.Additional context
Suggested by @deltamarnix
The text was updated successfully, but these errors were encountered: