Skip to content

Commit

Permalink
try fix single simple argument newton parallel test on macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSchuette committed Apr 27, 2023
1 parent 38b428e commit a55a06a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyzeal/tests/rootfinders/test_finder_simple_newton.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ def testSimpleArgumentNewton(
reRan = testFunctions[testName].reRan
imRan = testFunctions[testName].imRan
if testName in EXCEPTIONAL_CASES:
reRan = (-5, 5)
imRan = (-5, 5)
reRan = (-5, 5.1)
imRan = (-5, 5.1)
precision = testFunctions[testName].precision

hrf = simpleArgumentNewtonRootFinder(
Expand Down

0 comments on commit a55a06a

Please sign in to comment.