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
Sorting Occurrences in combination with caching of Occurrences leads to buggy behaviour.
The sorting_options constructor argument for Period doesn't work as expected i.e. Occurrences in most cases are not sorted corresponding to the sorting_options given.
Reviewing the code I figured this is probably due to a bug excluding cached Occurrences from being sorted.
I created a pull request which aims at fixing this bug: #516
The text was updated successfully, but these errors were encountered:
Sorting
Occurrence
s in combination with caching ofOccurrence
s leads to buggy behaviour.The
sorting_options
constructor argument forPeriod
doesn't work as expected i.e.Occurrence
s in most cases are not sorted corresponding to thesorting_options
given.Reviewing the code I figured this is probably due to a bug excluding cached
Occurrence
s from being sorted.I created a pull request which aims at fixing this bug:
#516
The text was updated successfully, but these errors were encountered: