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
/home/darya/.local/lib/python3.6/site-packages/pypreprocess/reporting/glm_reporter.py in <listcomp>(.0)
84 height_control=height_control)
85 if clusters is not None:
---> 86 clusters = [c for c in clusters if c['cluster_p_value'] < cluster_pval]
87 else:
88 clusters = []
TypeError: '<' not supported between instances of 'NoneType' and 'float'
Notes
The problem does happen under python 2
The text was updated successfully, but these errors were encountered:
synopsis
Notes
The problem does happen under python 2
The text was updated successfully, but these errors were encountered: