-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading function for Anipose data (#358)
* first draft of loading function * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * adapted to new dimensions order * adapted to work with new dims arrangement * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * anipose loader test * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * validator for anipose file * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * anipose validator finished * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * linting fixes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update tests/test_unit/test_validators/test_files_validators.py Co-authored-by: Niko Sirmpilatze <[email protected]> * simplified validator test * Update movement/io/load_poses.py Co-authored-by: Niko Sirmpilatze <[email protected]> * Update movement/validators/files.py Co-authored-by: Niko Sirmpilatze <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update movement/validators/files.py Co-authored-by: Niko Sirmpilatze <[email protected]> * Update movement/validators/files.py Co-authored-by: Niko Sirmpilatze <[email protected]> * implementing fixes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * more consistency fixes * moved anipose loading test to load_poses * fixed validators tests * tests for anipose loading done properly * docstring fixes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Implementing direct anipose load from from_file * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * ruffed * trying to fix mypy check * Update movement/io/load_poses.py Co-authored-by: Niko Sirmpilatze <[email protected]> * Update movement/io/load_poses.py Co-authored-by: Niko Sirmpilatze <[email protected]> * Update movement/io/load_poses.py Co-authored-by: Niko Sirmpilatze <[email protected]> * Update movement/io/load_poses.py Co-authored-by: Niko Sirmpilatze <[email protected]> * final touches to docstrings * added entry in input_output docs * define anipose link in conf.py --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Niko Sirmpilatze <[email protected]>
- Loading branch information
1 parent
e7d8e47
commit d190ce5
Showing
7 changed files
with
350 additions
and
4 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
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
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
Oops, something went wrong.