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

making reading of data more robust against blanks #201

Open
AdityaSavara opened this issue Sep 26, 2019 · 1 comment
Open

making reading of data more robust against blanks #201

AdityaSavara opened this issue Sep 26, 2019 · 1 comment
Labels
wontfix This will not be worked on

Comments

@AdityaSavara
Copy link
Owner

During one analysis, Initially got an error. While trying to figure things out, I removed extra extra rows and columns from the input file. I think that may have been the issue. I have not double checked if that was really the issue, but I think it was. I think it’s because blanks are not numbers, and numpy was trying to convert them into floats.

@AdityaSavara AdityaSavara added the wontfix This will not be worked on label Sep 26, 2019
@AdityaSavara
Copy link
Owner Author

I recently found this again. Datasmoother (relying on numpy) had problems if there were blank rows at the end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant