Skip to content

Commit

Permalink
Mention new backend page
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Feb 10, 2024
1 parent 3fe50ab commit eaaccb0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pysr/sr.py
Original file line number Diff line number Diff line change
Expand Up @@ -870,14 +870,7 @@ def __init__(
elif k == "julia_project":
warnings.warn(
"The `julia_project` parameter has been deprecated. To use a custom "
"julia project, you should instead:\n"
" 1. Clone the PySR repository.\n"
" 2. Modify the `pysr/juliapkg.json` file's specification of the "
'SymbolicRegression.jl package to have `"dev": true` and `"path": '
'"/path/to/custom/project"`.\n'
" 3. Install this PySR package with `pip install -e .` from the "
"PySR repository root.\n"
"You should now be able to use the custom julia project.",
"julia project, please see `https://astroautomata.com/PySR/backend`.",
)
elif k == "julia_kwargs":
warnings.warn(
Expand Down

0 comments on commit eaaccb0

Please sign in to comment.