-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working