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
Changing the mean number of events N_EVENTS_MEAN or DURATION in the example_generation.py script leads to max recursion errors. The error looks as follows:
with os.scandir(dirname) as it:
RecursionError: maximum recursion depth exceeded while calling a Python object
Looks like in my case the error happens when I want to generate events with max_event_overlap=1 and I place too many events on average for a given duration.
The text was updated successfully, but these errors were encountered:
Changing the mean number of events
N_EVENTS_MEAN
orDURATION
in the example_generation.py script leads to max recursion errors. The error looks as follows:Looks like in my case the error happens when I want to generate events with
max_event_overlap=1
and I place too many events on average for a given duration.The text was updated successfully, but these errors were encountered: