Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
23b55a5
1
Parent(s):
ef7a292
Fix misplaced code in test
Browse files- test/test.py +0 -1
test/test.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import unittest
|
2 |
from unittest.mock import patch
|
3 |
import numpy as np
|
4 |
-
from uritemplate import variables
|
5 |
from pysr import pysr, get_hof, best, best_tex, best_callable, best_row
|
6 |
from pysr.sr import run_feature_selection, _handle_feature_selection, _yesno
|
7 |
import sympy
|
|
|
1 |
import unittest
|
2 |
from unittest.mock import patch
|
3 |
import numpy as np
|
|
|
4 |
from pysr import pysr, get_hof, best, best_tex, best_callable, best_row
|
5 |
from pysr.sr import run_feature_selection, _handle_feature_selection, _yesno
|
6 |
import sympy
|