MilesCranmer commited on
Commit
21b794b
2 Parent(s): a34e0f3 5b09e72

Merge branch 'master' of github.com:MilesCranmer/PySR

Browse files
Files changed (1) hide show
  1. pysr/sr.py +1 -1
pysr/sr.py CHANGED
@@ -15,7 +15,7 @@ from multiprocessing import cpu_count
15
  is_julia_warning_silenced = False
16
 
17
 
18
- def install(julia_project=None): # pragma: no cover
19
  import julia
20
 
21
  julia.install()
 
15
  is_julia_warning_silenced = False
16
 
17
 
18
+ def install(julia_project=None): # pragma: no cover
19
  import julia
20
 
21
  julia.install()