Skip to content

Commit

Permalink
Format code with black (#195)
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 9b49654 according to the output
from black.

Details: https://deepsource.io/gh/MilesCranmer/PySR/transform/b2ff6f04-c0ef-4ccc-bfa0-0761146d8e22/

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
deepsource-autofix[bot] authored Sep 15, 2022
1 parent 9b49654 commit 8c50fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"exp",
"sin",
"inv(x) = 1/x",
# ^ Custom operator (julia syntax)
# ^ Custom operator (julia syntax)
],
extra_sympy_mappings={"inv": lambda x: 1 / x},
# ^ Define operator for SymPy as well
Expand Down

0 comments on commit 8c50fca

Please sign in to comment.