Opened 9 years ago

Last modified 9 years ago

#506 closed task

Fix loading of models in models.py and autodiscovery — at Version 2

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 (2)

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
Note: See TracTickets for help on using tickets.