We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user of spacetx format, I want starfish to catch common errors so that it's easier to debug simple problems in data formatting
See: #1502 for rationale
The text was updated successfully, but these errors were encountered:
Throw a warning when the data size is unusual. (#1525)
afdff1c
If num_round/num_ch/num_zplane > X or Y size, then throw a warning. Fixes #1523
Successfully merging a pull request may close this issue.
Objective
As a user of spacetx format, I want starfish to catch common errors so that it's easier to debug simple problems in data formatting
Acceptance Criteria
Notes
See: #1502 for rationale
The text was updated successfully, but these errors were encountered: