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
Documentation of noiseFormula specified that its possible to specify numerical values here (conflicting with the type declaration as string), which doesn't seem to work (passing numerical values throws a mildly uninformative TypeError: expected string or bytes-like object error.)
Seems to be related to #264, but there is an issue with documentation nevertheless.
The text was updated successfully, but these errors were encountered:
Okay after fixing other parts of the petab specification I no longer get TyperErrors and both numerical and string variables seem to work. Documentation may still need clarification though.
Documentation of noiseFormula specified that its possible to specify numerical values here (conflicting with the type declaration as string), which doesn't seem to work (passing numerical values throws a mildly uninformative
TypeError: expected string or bytes-like object
error.)Seems to be related to #264, but there is an issue with documentation nevertheless.
The text was updated successfully, but these errors were encountered: