cggh / scikit-allel

A Python package for exploring and analysing genetic variation data
MIT License
287 stars 49 forks source link

Numpy v2 compat #418

Closed alimanfoo closed 2 weeks ago

alimanfoo commented 2 weeks ago
alimanfoo commented 2 weeks ago

Getting failures mostly caused by "ValueError: Unable to avoid copy while creating an array as requested." Will attempt to fix using np.asarray() as suggested.

pep8speaks commented 2 weeks ago

Hello @alimanfoo! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 4926:24: E203 whitespace before ':'

Comment last updated at 2024-08-29 09:55:54 UTC