omerwe / polyfun

PolyFun (POLYgenic FUNctionally-informed fine-mapping)
MIT License
85 stars 21 forks source link

Use np.float64 to fix issue reading cached LD files #90

Closed jdblischak closed 2 years ago

jdblischak commented 2 years ago

I confirmed with a local example that I was able to read a cached LD file that was created using np.float64. I also observed the following compared to the current np.float32 version:

Close #63

jdblischak commented 2 years ago

Also, the tests in python test_polyfun.py passed