You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried changing the tests, but I'm not familiar enough with Clojure yet, and (t->"2017" (nest :week) t-sequence) results in an empty set.
I suspect that it requires a mappable nesting in metajoda.clj, but the combinations I tried had no effect. It might also be an ambiguity between "2017" as a year and as a week-year.
The text was updated successfully, but these errors were encountered:
time-count/explainers/time_count/explainer/b_counting_and_nesting.clj
Line 35 in f2d26a1
From https://en.wikipedia.org/wiki/ISO_week_date, there are 53 weeks if December 31st is a Thursday, or if December 31st is a Wednesday and it's a leap year
I tried changing the tests, but I'm not familiar enough with Clojure yet, and
(t->"2017" (nest :week) t-sequence)
results in an empty set.I suspect that it requires a mappable nesting in
metajoda.clj
, but the combinations I tried had no effect. It might also be an ambiguity between "2017" as a year and as a week-year.The text was updated successfully, but these errors were encountered: