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

checkdata invalid fields update #147

Merged
merged 4 commits into from
Jul 13, 2020
Merged

Conversation

BrianJKoopman
Copy link
Member

This adds a feature to the checkdata script that will flag invalid field names by displaying them in yellow in the verbose output.

For example:
image

It also contains some changes for dynamically handling the field name column width.

We were building the whole line all at once, with color based on a single
field's value. Now we want to introduce color for other field values, to allow
for flagging of invalid fields. Here we make that easier to accomodate by
building out the single line string field by field.
@BrianJKoopman
Copy link
Member Author

I don't think there's anything controversial here, so I'll plan to merge soon unless comments come in. Functionality here is helpful in testing simonsobs/socs#87.

@BrianJKoopman BrianJKoopman merged commit 985fd6b into master Jul 13, 2020
@BrianJKoopman BrianJKoopman deleted the checkdata-fields-update branch July 13, 2020 14:40
@BrianJKoopman BrianJKoopman added this to the v0.7.0 milestone Jul 20, 2020
@BrianJKoopman BrianJKoopman mentioned this pull request Jul 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant