Skip to content

Fix weekly frequency.

Stéphane Adjemian requested to merge (removed):fix-weekly-frequency into master

Also added:

  • A global for the base year (BaseYear) in the module (not exported)
  • Unit tests.

Note that weekly frequency will not work properly if the period precedes the base year (currently 1970). I would suggest to set BaseYear to 0 or 1 (to be consistent with what Julia does with Dates) to keep the code as simple as possible.

Closes #1 (closed)

Merge request reports