Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
3c6a750
1
Parent(s):
e0c7f38
Ignore install function in coverage since already ran
Browse files- 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):
|
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()
|