Skip to content

Simulation start check warnings unintuitive #19

@offblacc

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)

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