Skip to content

Max recursion limit exceeded #76

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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