Skip to content

Selecting only END DATE for time series produces wrong output #179

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

Open
demiangomez opened this issue Jan 7, 2025 · 2 comments
Open

Selecting only END DATE for time series produces wrong output #179

demiangomez opened this issue Jan 7, 2025 · 2 comments
Assignees
Labels

Comments

@demiangomez
Copy link
Owner

The time series is not plotted correctly when only the end date is provided
image

time series:
image

expected output is that the end date of the time series is 01/01/2020. This works correctly in pyETM, I think the problem is what is the filler for the start date.

@demiangomez
Copy link
Owner Author

Need to modify code here

if len(t_win) == 1:
to account for a tuple with [None, Date] so that the API can pass this when there is no begin date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants