Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
3712b0e
1
Parent(s):
0387e10
Tidy up
Browse files- test/test.py +0 -1
test/test.py
CHANGED
@@ -3,7 +3,6 @@ import unittest
|
|
3 |
from unittest.mock import patch
|
4 |
import numpy as np
|
5 |
from pysr import PySRRegressor
|
6 |
-
|
7 |
from pysr.sr import run_feature_selection, _handle_feature_selection
|
8 |
import sympy
|
9 |
from sympy import lambdify
|
|
|
3 |
from unittest.mock import patch
|
4 |
import numpy as np
|
5 |
from pysr import PySRRegressor
|
|
|
6 |
from pysr.sr import run_feature_selection, _handle_feature_selection
|
7 |
import sympy
|
8 |
from sympy import lambdify
|