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)
in cell 6
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)