|
|
|
|
|
by drfunk
704 days ago
|
|
Nice project! I have a few qualms with the instructions (sometimes misleading or unclear) and the implementation. For instance some problems fail, because 0. is considered different from 0.0 Using np.testing.assert_allclose in your asserts would solve this I think (https://numpy.org/doc/stable/reference/generated/numpy.testi...). Happy to contribute / elaborate if you think it's be useful! :) |
|