-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[New Check] Entire column of a table is not NaN (#231)
* saving state * added test and debug * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * refactor logic call * add early data access skip * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add flatten for indexed cols * generalized to util function; added None slicing * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * swapped util to return only slice * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update nwbinspector/utils.py Co-authored-by: Ben Dichter <[email protected]> * Update nwbinspector/checks/tables.py Co-authored-by: Ben Dichter <[email protected]> * Update nwbinspector/utils.py Co-authored-by: Ben Dichter <[email protected]> * Update nwbinspector/checks/tables.py Co-authored-by: Ben Dichter <[email protected]> * debug Co-authored-by: Cody Baker <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ben Dichter <[email protected]>
- Loading branch information
1 parent
2ee62e2
commit c85cb0a
Showing
2 changed files
with
75 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters