Elijah Ng

Results 1 comments of Elijah Ng

Personally what I've found as a fix is to add a tolerance to the `np.isclose` check in the `allocate` method of `SecurityBase`. ``` TOL = 1e-12 while not np.isclose(full_outlay, amount,...