File tree 2 files changed +3
-2
lines changed
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
35
35
java_test /simulation *
36
36
.idea
37
37
.calva
38
+ * .iml
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ _unnamed [5 1]:
41
41
[tech.v3.datatype :as dtype]
42
42
[tech.v3.datatype.casting :as casting]
43
43
[clojure.set :as set]
44
- [cheshire.core :as json ])
44
+ [charred.api :as charred ])
45
45
(:import [tech.v3.datatype Buffer ArrayHelpers]
46
46
[java.util HashMap Map List]
47
47
[java.nio.file Files]
@@ -321,6 +321,6 @@ _unnamed [5 1]:
321
321
[config-components trainer-name]
322
322
(let [config {:config {:components config-components}}
323
323
tmp (.toString (Files/createTempFile " config" " .json" (make-array FileAttribute 0 )))
324
- _ (->> config json/generate-string ( spit tmp) )
324
+ _ (charred/write-json tmp config )
325
325
config-manager (ConfigurationManager. tmp)]
326
326
(.lookup config-manager trainer-name)))
You can’t perform that action at this time.
0 commit comments