From 98474297fb8abbfec3e4aec3a6333fabab878179 Mon Sep 17 00:00:00 2001 From: Ryan Boldi Date: Mon, 20 Jun 2022 22:30:08 -0400 Subject: [PATCH] Update small_or_large.cljc --- src/propeller/problems/PSB1/small_or_large.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/propeller/problems/PSB1/small_or_large.cljc b/src/propeller/problems/PSB1/small_or_large.cljc index ca6512d..d3106e4 100644 --- a/src/propeller/problems/PSB1/small_or_large.cljc +++ b/src/propeller/problems/PSB1/small_or_large.cljc @@ -27,7 +27,7 @@ ;;; close (list 'close) ;;; ERCs (constants) - (list "small" "large" random-int)))) + (list "" "small" "large" random-int)))) (defn error-function [argmap data individual]