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.
Changing the mean number of events
N_EVENTS_MEANorDURATIONin 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=1and I place too many events on average for a given duration.