Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

fix missing date sep caused by hidden event at start of day #1537

Merged
merged 1 commit into from
Oct 25, 2017

Conversation

t3chguy
Copy link
Member

@t3chguy t3chguy commented Oct 25, 2017

if first event in day was hidden, the date sep would go missing as the next event would compare its date to the hidden one instead of the one before it
due to naive N-1 check rather than a previous valid event comparison, now fixed by comparing date against the first event in MELS instead (MELS breaks apart into multiple MELSes on date changes so this is valid)

Signed-off-by: Michael Telatynski 7t3chguy@gmail.com

if first event in day was hidden, the date sep would go missing as the next event would compare its date to the hidden one instead of the one before it
due to naive N-1 check rather than a previous valid event comparison, now fixed by comparing date against the first event in MELS instead.

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
@lukebarnard1 lukebarnard1 merged commit 813d0cd into develop Oct 25, 2017
@t3chguy t3chguy deleted the t3chguy/missing_date_sep branch October 29, 2017 17:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants