Merge branch 'fix/smallest-dont-parse-output' into fix/def-instruction-not-macro
This commit is contained in:
commit
39f0f4e30f
@ -80,10 +80,7 @@
|
|||||||
:print))
|
:print))
|
||||||
inputs)
|
inputs)
|
||||||
errors (map (fn [correct-output output]
|
errors (map (fn [correct-output output]
|
||||||
(let [parsed-output (try (read-string output)
|
(if (= (str correct-output) output) 0 1))
|
||||||
#?(:clj (catch Exception e 1000.0)
|
|
||||||
:cljs (catch js/Error. e 1000.0)))]
|
|
||||||
(if (= correct-output parsed-output) 0 1)))
|
|
||||||
correct-outputs
|
correct-outputs
|
||||||
outputs)]
|
outputs)]
|
||||||
(assoc individual
|
(assoc individual
|
||||||
|
Loading…
x
Reference in New Issue
Block a user