Tests that involve floating-point checks fail on JVM
Open
- Dominant language
- Clojure
- Stars
- 176
- Forks
- 159
- PR merge metrics
- No merged PRs in 30d
Description
Certain exercises that involve checking whether two floating-point numbers are equal, fail when running tests with `lein test` or `clojure -X:test`. They do however work with babashka. An example is `cars-assemble`.
This means that the tests for all the affected exercises need to be adjusted.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.