Group model throw warning if user sets model
instead of models
#204
Labels
Easy to fix
Should take a few hours or less to fix
user experience
issues connected to making life easier for users
describe the content in question
A common typo for group models is to use
model = model_list
instead ofmodels = model_list
. Which currently just creates an empty group model. This should throw an error that the user has missed the intended argument.The text was updated successfully, but these errors were encountered: