PaulJonasJost / PEtab_GUI

a graphical user-interface for pyPESTO and PEtab
0 stars 0 forks source link

Rework main model #28

Closed PaulJonasJost closed 3 weeks ago

PaulJonasJost commented 3 weeks ago
PaulJonasJost commented 3 weeks ago

List of suggestions

Condition Table

Measurement Table

ObservableTable

Parameter Table

PaulJonasJost commented 3 weeks ago

@PaulJonasJost can you verify that you can add a new entry to the parameter table? that fails for me

 line 107, in createEditor
    suggestions = curr_model.get_valid_parameters_for_parameter_table()
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get_valid_parameters_for_parameter_table'

can verify, will fix