Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

plt_predictive fails when howfar < census_ts.hosp.shape[0] #24

Open
cjbayesian opened this issue Apr 15, 2020 · 0 comments
Open

plt_predictive fails when howfar < census_ts.hosp.shape[0] #24

cjbayesian opened this issue Apr 15, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@cjbayesian
Copy link
Contributor

There should be a check to ensure that howfar >= census_ts.hosp.shape[0], or to set howfar to max([howfar,census_ts.hosp.shape[0]]) at the begging of plt_predictive

@cjbayesian cjbayesian added the bug Something isn't working label Apr 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants