Skip to content
Snippets Groups Projects
Commit ce68eb0c authored by Simon Belak's avatar Simon Belak Committed by Ryan Senior
Browse files

Fix failing test (due to double -> int change) [ci all]

parent f0d90e66
Branches
Tags
No related merge requests found
......@@ -33,7 +33,7 @@
(mapv (partial ceil-to 15.0) [1.0 15.0 16.0])])
(expect
[20.0 2000.0]
[20 2000]
[(nicer-bin-width 27 135 8)
(nicer-bin-width -0.0002 10000.34 8)])
......@@ -74,8 +74,8 @@
(expect
[[0.0 1000.0 125.0 8]
[200.0 1600.0 200.0 8]
[0.0 1200.0 200.0 8]
[200N 1600N 200 8]
[0.0 1200.0 200 8]
[0.0 1005.0 15.0 67]]
[((juxt :min-value :max-value :bin-width :num-bins)
(nicer-breakout {:field-id 1 :min-value 100 :max-value 1000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment