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
Currently, in most of the models, the name parameter is in the beginning of the constructor method. Which led the user to make mistakes. Moving the name parameter to kwarg could prevent these mistakes.
The text was updated successfully, but these errors were encountered:
Summary
Currently, in most of the models, the name parameter is in the beginning of the constructor method. Which led the user to make mistakes. Moving the name parameter to kwarg could prevent these mistakes.
The text was updated successfully, but these errors were encountered: