Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
92819c3
1
Parent(s):
83df564
Don't update Julia packages by default
Browse files- pysr/sr.py +2 -2
pysr/sr.py
CHANGED
@@ -524,7 +524,7 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
|
|
524 |
Project.toml file should be present from the install.
|
525 |
update: bool
|
526 |
Whether to automatically update Julia packages.
|
527 |
-
Default is `
|
528 |
output_jax_format : bool
|
529 |
Whether to create a 'jax_format' column in the output,
|
530 |
containing jax-callable functions and the default parameters in
|
@@ -700,7 +700,7 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
|
|
700 |
tempdir=None,
|
701 |
delete_tempfiles=True,
|
702 |
julia_project=None,
|
703 |
-
update=
|
704 |
output_jax_format=False,
|
705 |
output_torch_format=False,
|
706 |
extra_sympy_mappings=None,
|
|
|
524 |
Project.toml file should be present from the install.
|
525 |
update: bool
|
526 |
Whether to automatically update Julia packages.
|
527 |
+
Default is `False`.
|
528 |
output_jax_format : bool
|
529 |
Whether to create a 'jax_format' column in the output,
|
530 |
containing jax-callable functions and the default parameters in
|
|
|
700 |
tempdir=None,
|
701 |
delete_tempfiles=True,
|
702 |
julia_project=None,
|
703 |
+
update=False,
|
704 |
output_jax_format=False,
|
705 |
output_torch_format=False,
|
706 |
extra_sympy_mappings=None,
|