Prevent reader conditional from violating syntax outside of :clj
This commit is contained in:
parent
a27c7f8477
commit
ced767960c
@ -79,7 +79,7 @@
|
|||||||
#?(:clj (shutdown-agents)))
|
#?(:clj (shutdown-agents)))
|
||||||
;;
|
;;
|
||||||
(>= generation max-generations)
|
(>= generation max-generations)
|
||||||
#?(:clj (shutdown-agents))
|
(do #?(:clj (shutdown-agents)))
|
||||||
;;
|
;;
|
||||||
:else (recur (inc generation)
|
:else (recur (inc generation)
|
||||||
(if (:elitism argmap)
|
(if (:elitism argmap)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user