Opened 9 years ago
Closed 9 years ago
#506 closed task (fixed)
Fix loading of models in models.py and autodiscovery
Reported by: | butler | Owned by: | ajj |
---|---|---|---|
Priority: | blocker | Milestone: | SasView 4.0.0 |
Component: | SasView | Keywords: | |
Cc: | Work Package: | SasModels Redesign |
Description (last modified by ajj)
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.
Change History (3)
comment:1 Changed 9 years ago by ajj
- Owner set to ajj
- Status changed from new to assigned
comment:2 Changed 9 years ago by ajj
- Description modified (diff)
- Status changed from assigned to accepted
comment:3 Changed 9 years ago by ajj
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
SasView? (models.py) now auto fills various lists by querying sasmodels.
New tickets created for category auto filling & custom models / user supplied models