Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo/Bug in heatmapper.py script #1322

Open
AIqbal94 opened this issue Sep 6, 2024 · 2 comments
Open

Typo/Bug in heatmapper.py script #1322

AIqbal94 opened this issue Sep 6, 2024 · 2 comments

Comments

@AIqbal94
Copy link

AIqbal94 commented Sep 6, 2024

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 of np.NAN

https://github.com/deeptools/deepTools/blob/master/deeptools/heatmapper.py#L379

For me changing it to np.nan fixed the error.

@myliu221
Copy link

Hi,

I encountered similar issue with error "AttributeError: module 'numpy' has no attribute 'NAN'" after installing deeptools , and solved using the above method. Thanks.

@WardDeb
Copy link
Member

WardDeb commented Sep 25, 2024

Thanks for the report, this is taken up with #1325, and will be released soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants