Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
74da094
1
Parent(s):
eb10c90
Remove unused function
Browse files- pysr/julia_helpers.py +0 -5
pysr/julia_helpers.py
CHANGED
@@ -31,11 +31,6 @@ julia_kwargs_at_initialization = None
|
|
31 |
julia_activated_env = None
|
32 |
|
33 |
|
34 |
-
def _get_io_arg(quiet):
|
35 |
-
io = "devnull" if quiet else "stderr"
|
36 |
-
return f"io={io}"
|
37 |
-
|
38 |
-
|
39 |
def _escape_filename(filename):
|
40 |
"""Turn a path into a string with correctly escaped backslashes."""
|
41 |
str_repr = str(filename)
|
|
|
31 |
julia_activated_env = None
|
32 |
|
33 |
|
|
|
|
|
|
|
|
|
|
|
34 |
def _escape_filename(filename):
|
35 |
"""Turn a path into a string with correctly escaped backslashes."""
|
36 |
str_repr = str(filename)
|