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
Currently the keyword argument duration may be an expression, a boolean or None.
I would like to prepare the changes drafted in #535 which unfortunatly require the more complex changes from #552 by deprecating the boolean argument and only failing in __init__ if we can prove that the durations are incompatible.
Another option would be to be more permissive and only warn in that case that create_program will fail.
Current plan:
Deprecate boolean duration and treat it as None
Remove all duration checks in __init__ for now.
The text was updated successfully, but these errors were encountered:
Currently the keyword argument
duration
may be an expression, a boolean orNone
.I would like to prepare the changes drafted in #535 which unfortunatly require the more complex changes from #552 by deprecating the boolean argument and only failing in
__init__
if we can prove that the durations are incompatible.Another option would be to be more permissive and only warn in that case that
create_program
will fail.Current plan:
duration
and treat it asNone
__init__
for now.The text was updated successfully, but these errors were encountered: