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

[BUG] Missing data point in DeepDrills when we have missing data #413

Closed
Amatullah opened this issue Nov 16, 2021 · 0 comments
Closed

[BUG] Missing data point in DeepDrills when we have missing data #413

Amatullah opened this issue Nov 16, 2021 · 0 comments

Comments

@Amatullah
Copy link
Member

Describe the bug

DeepDrills calculates the end date wrong when the timeseries has a missing data point for the end date

Explain the environment

  • Chaos Genius version: 0.1.2-alpha
  • OS Version / Instance: AWS EC2
  • Deployment type: Docker

Current behavior

Currently end_date is calculated as n-2, if the (n-2)nd data point is missing then end_date = n-3. Deepdrills skips the (n-3)rd data point and makes end_date as the (n-4)th data point.

Screenshots

The end date here should be Nov 14th, but Nov14th we have no data, hence end date should be Nov 13th. As we can see from the grpah end date here is Nov 12th.
Screenshot from 2021-11-16 14-49-21

@Amatullah Amatullah changed the title [BUG] Missing data point in DeepDrills when we have missing data Nov 16, 2021
@Amatullah Amatullah changed the title Missing data point in DeepDrills when we have missing data [BUG] Missing data point in DeepDrills when we have missing data Nov 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant