File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,3 +35,4 @@ java_test/test.arrow
3535java_test /simulation *
3636.idea
3737.calva
38+ * .iml
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ _unnamed [5 1]:
4141 [tech.v3.datatype :as dtype]
4242 [tech.v3.datatype.casting :as casting]
4343 [clojure.set :as set]
44- [cheshire.core :as json ])
44+ [charred.api :as charred ])
4545 (:import [tech.v3.datatype Buffer ArrayHelpers]
4646 [java.util HashMap Map List]
4747 [java.nio.file Files]
@@ -321,6 +321,6 @@ _unnamed [5 1]:
321321 [config-components trainer-name]
322322 (let [config {:config {:components config-components}}
323323 tmp (.toString (Files/createTempFile " config" " .json" (make-array FileAttribute 0 )))
324- _ (->> config json/generate-string ( spit tmp) )
324+ _ (charred/write-json tmp config )
325325 config-manager (ConfigurationManager. tmp)]
326326 (.lookup config-manager trainer-name)))
You can’t perform that action at this time.
0 commit comments