Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiefl committed Jan 18, 2025
1 parent e411fdc commit aeda763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pooltool/ptmath/roots/quartic.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ def solve_quartics(
`np.inf` is returned.
Notes:
- This solver fails for cubic (a=0) and quadratic (a=b=0) formulations with
NotImplementedError.
- This solver fails for cubic (a=0) formulations with NotImplementedError, and
has a subroutine for solving quadratics (a=b=0).
"""
assert QuarticSolver(solver)

Expand Down

0 comments on commit aeda763

Please sign in to comment.