Explicitly require clojure.set
This commit is contained in:
parent
77b160e454
commit
feb5a52d25
@ -1,6 +1,7 @@
|
|||||||
(ns propeller.tools.metrics
|
(ns propeller.tools.metrics
|
||||||
"Functions to measure things."
|
"Functions to measure things."
|
||||||
(:require [propeller.tools.math :as math]))
|
(:require [clojure.set]
|
||||||
|
[propeller.tools.math :as math]))
|
||||||
|
|
||||||
(defn argmins
|
(defn argmins
|
||||||
"returns the indice(s) of the minimum value of a list. Could be more efficient, probably"
|
"returns the indice(s) of the minimum value of a list. Could be more efficient, probably"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user