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
I encountered similar issue with error "AttributeError: module 'numpy' has no attribute 'NAN'" after installing deeptools , and solved using the above method. Thanks.
Hi,
I recently came across this and thought to open an issue for it, I think in line 379, it should be
np.nan
instead ofnp.NAN
https://github.com/deeptools/deepTools/blob/master/deeptools/heatmapper.py#L379
For me changing it to
np.nan
fixed the error.The text was updated successfully, but these errors were encountered: