Skip to content

Commit

Permalink
fix: use of numpy in jax expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Jun 22, 2024
1 parent 148b3a7 commit 723dbce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pysr/export_jax.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import numpy as np # noqa: F401
import sympy

# Special since need to reduce arguments.
Expand Down

0 comments on commit 723dbce

Please sign in to comment.