X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=blobdiff_plain;f=garden.scm;h=1bd504bcdbd6d32e334a4b6e00e56979913cc95f;hb=05f6c994d3eedfe738031b0fd244f3f3df4c7443;hp=ac8f4ebef370e5f83b168ad5d2e09cd17d0f9f4c;hpb=603c9be4154b10f0c7d07a402d3f684dd1fd6b46;p=microbotany.git 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))