Spaces:
Running
Running
MilesCranmer
commited on
Commit
·
598f406
1
Parent(s):
eadad9f
Remove silencer function from init
Browse files- pysr/__init__.py +0 -1
pysr/__init__.py
CHANGED
@@ -7,7 +7,6 @@ from .sr import (
|
|
7 |
best_callable,
|
8 |
best_row,
|
9 |
install,
|
10 |
-
silence_julia_warning,
|
11 |
)
|
12 |
from .feynman_problems import Problem, FeynmanProblem
|
13 |
from .export_jax import sympy2jax
|
|
|
7 |
best_callable,
|
8 |
best_row,
|
9 |
install,
|
|
|
10 |
)
|
11 |
from .feynman_problems import Problem, FeynmanProblem
|
12 |
from .export_jax import sympy2jax
|