Skip to content

Commit

Permalink
update GSL on GitHub Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
C.A.P. Linssen committed Nov 19, 2024
1 parent 4a6b20c commit 51842ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -350,10 +350,6 @@ The following global options are defined. Note that all are typically formatted
- :python:`"sympy.simplify(expr)"`
- string
- For all expressions ``expr`` that are rewritten internally: the contents of this parameter string are evaluated with ``eval()`` in Python to obtain the final output expression. Override for custom expression simplification steps. Example: ``"sympy.logcombine(sympy.powsimp(sympy.expand(expr)))"``.
* - ``forbidden_names``
- :python:`["oo", "zoo", "nan", "NaN", "__h"]`
- list of strings
- For each forbidden name: emit an error if a variable or parameter by this name occurs in the input.
Output
Expand Down

0 comments on commit 51842ae

Please sign in to comment.