Skip to content
Snippets Groups Projects
Commit cd4c1e65 authored by Simon Belak's avatar Simon Belak
Browse files

Making linter happy

parent f73148b2
No related branches found
No related tags found
No related merge requests found
(ns metabase.fingerprinting.feature-descriptions
"Desciptions of all the fingerprint features exposed as x-rays."
(require [medley.core :as m]))
(:require [medley.core :as m]))
(def ^:private descriptions
{:histogram {:label "Distribution"
......
......@@ -50,7 +50,7 @@
(when (every? some? [x2 x1])
(safe-divide (* (if (neg? x1) -1 1) (- x2 x1)) x1)))
(def ^:private ^:const ^double cardinality-error 0.01)
(def ^:private ^:const ^Double cardinality-error 0.01)
(defn cardinality
"transducer that sketches cardinality using hyper-loglog."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment