You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I issue an (import-module "numpy") I am dropped into the debugger with the "DIVISION-BY-ZERO" error
I suspect this is because I am on numpy V2.2.1 (which is not yet supported as per the documentation).
I am posting to confirm that this is the expected behavior at this time, and not me doing something incorrect. I installed this library only yesterday and these are my first steps in it (as in Python).
The division by zero error occurs even with numpy 1 :/.
As a temporary solution, you can use (float-features:with-float-traps-masked t (import-module "numpy")).
As a permanent solution, we need to look into how the float traps are handled in numpy vs lisp and potentially wrap module imports in float-features:with-float-traps-masked.
Hello,
This is on MacBook Air M2, SBCL 2.5.0
After I issue an
(import-module "numpy")
I am dropped into the debugger with the "DIVISION-BY-ZERO" errorI suspect this is because I am on numpy V2.2.1 (which is not yet supported as per the documentation).
I am posting to confirm that this is the expected behavior at this time, and not me doing something incorrect. I installed this library only yesterday and these are my first steps in it (as in Python).
Looking forward to the numpy V2 support :-)
Full debug message:
The text was updated successfully, but these errors were encountered: