Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

bounded_runs_iter simulates a strange number of time steps #11

Description

@Ratfink

The bounded_runs_iter function takes parameters n and t, specifying the number of time steps per call to bounded_runs and the number of iterations. But currently it actually simulates t+1 iterations, which is just a strange decision on my part. We should fix it so the number of time steps is just n*t instead of n*(t+1).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions