You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\Users\mmagn\AppData\Local\Temp\ipykernel_27860\3130471510.py", line 7, in <cell line: 7>
clst_check = borsar.Clusters(t_vals, clusters=clusters, dimnames=['vert', 'freq'],
File "c:\src\borsar\borsar\cluster\obj.py", line 132, in __init__
clusters, pvals = _clusters_safety_checks(
File "c:\src\borsar\borsar\cluster\checks.py", line 47, in _clusters_safety_checksraiseTypeError('`pvals` has to be a list of floats or numpy array.')
TypeError: `pvals` has to be a list of floats or numpy array.
The text was updated successfully, but these errors were encountered:
Currently this happens:
The text was updated successfully, but these errors were encountered: