Skip to content

Commit 58be96b

Browse files
authored
fix clojure complaint about infinite? in kixi.stats.core
1 parent 6b0f9d9 commit 58be96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kixi/stats/core.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(ns kixi.stats.core
2-
(:refer-clojure :exclude [count min max])
2+
(:refer-clojure :exclude [count infinite? min max])
33
(:require [kixi.stats.digest :as digest]
44
#?(:clj [kixi.stats.distribution :as d])
55
[kixi.stats.estimate :as e]

0 commit comments

Comments
 (0)