Skip to content

Commit

Permalink
Merge pull request #9 from scicloj/move_ns_1
Browse files Browse the repository at this point in the history
moved tablecloth.validatable under tablecloth.time.*, fixing #8
  • Loading branch information
daslu authored Feb 21, 2021
2 parents 022bd28 + 70862f2 commit 6de5d49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns tablecloth.validatable)
(ns tablecloth.time.validatable)

(defn add-validatable
"Add metadata derived from a few columns,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns tablecloth.validatable-test
(ns tablecloth.time.validatable-test
(:require [clojure.test :refer [deftest is]]
[tablecloth.api :as tablecloth]
[tablecloth.validatable :as validatable]))
[tablecloth.time.validatable :as validatable]))

(deftest validatable-test
(let [ds (tablecloth/dataset {:x [1 2 3]
Expand Down

0 comments on commit 6de5d49

Please sign in to comment.