From 30daac848a77532998f20ec99dc3a0dee6a9e9dd Mon Sep 17 00:00:00 2001 From: Lee Spector <lspector@hampshire.edu> Date: Sun, 19 Nov 2023 10:28:20 -0500 Subject: [PATCH] Print instruction list correctly --- src/propeller/gp.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/propeller/gp.cljc b/src/propeller/gp.cljc index 318e457..7855a67 100644 --- a/src/propeller/gp.cljc +++ b/src/propeller/gp.cljc @@ -54,7 +54,7 @@ downsample? false} :as argmap}] ;; - (prn {:starting-args (update (update argmap :error-function str) :instructions str)}) + (prn {:starting-args (update (update argmap :error-function str) :instructions utils/not-lazy)}) (println) ;; (loop [generation 0