MilesCranmer commited on
Commit
6d3c900
1 Parent(s): 8f60615

Unused imports

Browse files
Files changed (1) hide show
  1. pysr/test/test_warm_start.py +1 -6
pysr/test/test_warm_start.py CHANGED
@@ -7,12 +7,7 @@ from pathlib import Path
7
  import numpy as np
8
 
9
  from .. import PySRRegressor
10
- from .params import (
11
- DEFAULT_NCYCLES,
12
- DEFAULT_NITERATIONS,
13
- DEFAULT_PARAMS,
14
- DEFAULT_POPULATIONS,
15
- )
16
 
17
 
18
  class TestWarmStart(unittest.TestCase):
 
7
  import numpy as np
8
 
9
  from .. import PySRRegressor
10
+ from .params import DEFAULT_NITERATIONS, DEFAULT_POPULATIONS
 
 
 
 
 
11
 
12
 
13
  class TestWarmStart(unittest.TestCase):