Skip to content

Commit

Permalink
Fix small numerical issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Apr 23, 2023
1 parent a3a4a4c commit c447383
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 29 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions thermo/flash/flash_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1897,6 +1897,7 @@ def to_solve_comp(iter_vals, jac=True):
xtol=xtol, damping=damping,
solve_func=py_solve,
line_search=True,
check_numbers=True,
# solve_func=lambda x, y:np.linalg.solve(x, y).tolist(),
# damping_func=damping_maintain_sign
)
Expand Down

0 comments on commit c447383

Please sign in to comment.