-
Hi, For all of those models, no matter what I pass as an argument for the 'form' keyword, when I try to call the 'func' attribute I get always the default form.
returns: of course, the model is generated properly, in fact, by calling
The same seems to happen for the other models that accept different forms. Is there a reason why the form of the class attribute func doesn't match the actual form of the line shape? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@bertinets Yeah, this could probably be done better. Then again, there really is not an expectation that people would call |
Beta Was this translation helpful? Give feedback.
@bertinets Yeah, this could probably be done better. Then again, there really is not an expectation that people would call
Model.func()
without constructing the function arguments, including the values inopts
.