Parameter access should be done using indexing (model["F0"]
) rather than getattr
(getattr(model, "F0")
)
#1710
Labels
model["F0"]
) rather than getattr
(getattr(model, "F0")
)
#1710
For obvious aesthetic reasons
The text was updated successfully, but these errors were encountered: