Skip to content

Add unit tests for FirstOccurrence and LastOccurrence (fixes #311)

  1. Unit tests has been added to FirsOccurence and LastOccurrence index functions.
  2. FirstOccurrence returned 0 for the first day this is now changed to 1. This means that "something" that occurred on 1 Jan will give output: 1 [days]. This also matches the output from Last Occurrence.
Edited by Carolina Nilsson

Merge request reports