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

parsing failure when file doesn't have same numbers of features for each stat type #276

Open
jordansread opened this issue May 26, 2016 · 1 comment
Labels

Comments

@jordansread
Copy link
Contributor

I didn't think this was a possible output type, but:

# maxtemp
,eco1,eco2,eco1,eco2,eco3
TIMESTEP,MEAN(C),MEAN(C),VARIANCE(C),VARIANCE(C),VARIANCE(C)
2006-01-01T12:00:00Z,7.9838734,7.9838734,0,0,0

fails because eco3 isn't found when building the rows for MEAN(C) in the data.frame

@jordansread
Copy link
Contributor Author

@jiwalker-usgs figures this should never happen, so we probably shouldn't support it.

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

1 participant