Skip to content

Commit

Permalink
changed model_choices to dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
XaelShan committed Jul 6, 2023
1 parent 4a23488 commit 73150c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions webfit/analyze/fitting/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ class FitModel(AnalysisModelBase):
"""
class SasModels():
model_manager = ModelManager()
MODEL_CHOICES = [
model_manager.get_model_list
]
MODEL_CHOICES = model_manager.get_model_list
#TODO FIX THIS ADD MORE
model = models.SMTH

Expand Down

0 comments on commit 73150c1

Please sign in to comment.