Skip to content

Crash in maf/SNIa.ipynb notebook #53

Description

@sylvielsstfr

in cell 6

t1 = time.time()
bg.run_all()
t2 = time.time()
bg.plot_all(closefigs=False)
print('runtime=', t2-t1, 's')

TypeError: SNNSNMetric.z_season_allz..() got an unexpected keyword argument 'include_groups'

During handling of the above exception, another exception occurred:

TypeError Traceback (most recent call last)
Cell In[6], line 2
1 t1 = time.time()
----> 2 bg.run_all()
3 t2 = time.time()
4 bg.plot_all(closefigs=False)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions