Skip to content

Commit b93daa2

Browse files
committed
undid weird div by 10 that was probably meant to be temporary troubleshooting
1 parent 635a98c commit b93daa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hydradx/model/amm/omnix_solver_simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,7 @@ def _solve_inclusion_problem(
15681568
q = p.get_q()
15691569
A8[0, :] = -q
15701570
A8_upper = np.array([upper_bound / scaling[p.tkn_profit]])
1571-
A8_upper = np.array([upper_bound/10 / scaling[p.tkn_profit]])
1571+
# A8_upper = np.array([upper_bound/10 / scaling[p.tkn_profit]])
15721572
A8_lower = np.array([lower_bound / scaling[p.tkn_profit]])
15731573

15741574
if old_A is None:

0 commit comments

Comments
 (0)