Skip to content

Max recursion limit exceeded #76

@adrianSRoman

Description

@adrianSRoman

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions