Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in timeline when the given start_date for data cube monthly is less than a period #166

Open
raphaelrpl opened this issue Apr 6, 2021 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@raphaelrpl
Copy link
Contributor

For data cubes monthly, there is a bug in timeline generation.

start=2016-12-31
end=2017-03-31

The timeline created represents the following values:

2016-12-31  ->  2016-12-31
2017-01-01  ->  2011-01-31
2017-02-01  ->  2011-02-28
2017-03-01  ->  2011-03-31

The first value 2016-12-31 -> 2016-12-31 should be skipped.

@raphaelrpl raphaelrpl added the bug Something isn't working label Apr 6, 2021
@raphaelrpl raphaelrpl added this to the Version 0.8.0 milestone Apr 6, 2021
@raphaelrpl raphaelrpl self-assigned this Apr 6, 2021
@raphaelrpl raphaelrpl modified the milestones: Version 0.8.0, Version 1.0 Sep 14, 2022
@raphaelrpl raphaelrpl modified the milestones: Version 1.0, Version 1.1 Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant