You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In FalloffRate.falloff_function(), the conc3b parameter can be passed as None, in which case self.third_body_concentration is used. However, FalloffRate.third_body_concentration is not defined in the pyx file, so this raises an attribute error:
In
FalloffRate.falloff_function()
, theconc3b
parameter can be passed asNone
, in which caseself.third_body_concentration
is used. However,FalloffRate.third_body_concentration
is not defined in the pyx file, so this raises an attribute error:I think we can improve the user experience in this case, either by eliminating the default argument or raising a more useful error message.
cantera/interfaces/cython/cantera/reaction.pyx
Lines 421 to 427 in a394423
The text was updated successfully, but these errors were encountered: