deepTools icon indicating copy to clipboard operation
deepTools copied to clipboard

Typo/Bug in heatmapper.py script

Open AIqbal94 opened this issue 5 months ago • 2 comments

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.

AIqbal94 avatar Sep 06 '24 09:09 AIqbal94