Skip to content

Commit

Permalink
Add missing top-level import
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Jan 15, 2022
1 parent 8a46eb5 commit 8628dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .sr import pysr, get_hof, best, best_tex, best_callable, best_row
from .sr import pysr, get_hof, best, best_tex, best_callable, best_row, install
from .feynman_problems import Problem, FeynmanProblem
from .export_jax import sympy2jax
from .export_torch import sympy2torch

0 comments on commit 8628dbe

Please sign in to comment.