-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix loading of models in models.py and autodiscovery (Trac #506) #1319
Comments
Trac update at
|
Trac update at
to:
|
Trac update at
SasView (models.py) now auto fills various lists by querying sasmodels. New tickets created for category auto filling & custom models / user supplied models
|
models are loaded and assigned to lists and dictionaries hard coded in models.py. All that information should now be in the models themselves. Need to replace the huge chunk of code with a loop reading all models in the models directory and getting their names (to populate a model names list for GUI dropdown) and populate the appropriate lists and dictionaries.
Migrated from http://trac.sasview.org/ticket/506
The text was updated successfully, but these errors were encountered: