X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=microbotany.git;a=blobdiff_plain;f=garden.scm;fp=garden.scm;h=1bd504bcdbd6d32e334a4b6e00e56979913cc95f;hp=ac8f4ebef370e5f83b168ad5d2e09cd17d0f9f4c;hb=06d6a90e1f3bec7b2474dfe517c0138820439bea;hpb=82cfbc20755fd3cbf37d0d66b14d682c1619f586 diff --git a/garden.scm b/garden.scm index ac8f4eb..1bd504b 100644 --- a/garden.scm +++ b/garden.scm @@ -126,12 +126,12 @@ ;;; Data (define stage-transition-times - '(10 20 30 40 50)) - ;; (list (* 3600 24) - ;; (* 3600 24 3) - ;; (* 3600 24 10) - ;; (* 3600 24 20) - ;; (* 3600 24 30))) + ;; '(10 20 30 40 50)) ; for debugging + (list (* 3600 24) + (* 3600 24 3) + (* 3600 24 10) + (* 3600 24 20) + (* 3600 24 30))) (define stages '(seed seedling young mature flowering seed-bearing))