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

Why do all the outputs start at 2 #14

Open
cawarwick opened this issue Sep 16, 2023 · 0 comments
Open

Why do all the outputs start at 2 #14

cawarwick opened this issue Sep 16, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@cawarwick
Copy link
Collaborator

cawarwick commented Sep 16, 2023

all of the smoothed/normalized csvs all start at time interval #2 rather than #1. I suspect within the Normalize function this is the culprit as it seems like it is overwriting the the first row rather than inserting. Consider fixing it, but if we do we'll need to test extensively because I suspect we've been compensating for this 1/2 mismatch in the rest of the code. e.g. in the plot/thresholding we may be referencing the time point 734 which should lie in the 734th row but it actually is in the 733rd row because all the time points start at 2.

image

@cawarwick cawarwick added the bug Something isn't working label Sep 16, 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

2 participants