LBL-EESA / fastkde

Other
50 stars 10 forks source link

Fix the float type used to convert the list_of_points #15

Closed pmacg closed 1 year ago

pmacg commented 1 year ago

Addresses issue #14 .

The npy.float type does not exist, it is rather called npy.float_. This typo causes the pdf_at_points method to throw an exception when passed a list of points.

taobrienlbl commented 1 year ago

That's great, thanks so much for th PR @pmacg!