Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PERF: Replace isclose() comparison with explicit bounds
Rather than using isclose() we can directly compare against the expected values using array indexing.
- Loading branch information