Skip to content

Simulation start check warnings unintuitive #19

Description

@offblacc

Instead of each strategy waiting on return bool that checked for warnings, do that by default in util.start_simulation(), but allow passing a named argument that disables the feature:

async def start_simulation(allow_warn=False)

Is necessary because tests(/strategies) might need raw access to the simulation regardless of whether there were warnings or not (for now, test_big* strategies)

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions