Skip to content

Wrong number of args #49

@aus-covid

Description

@aus-covid

In Realtime Rt mcmc.ipynb there is line which reads
models[state] = create_and_run_model(grp.droplevel(0))

However, the function create_and_run_model expects two arguments
def create_and_run_model(name, state)

Hence, I think the line should read
models[state] = create_and_run_model(state, grp.droplevel(0))

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