-
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.
Provide a generic load_poses.from_file() function (#110)
* added from_files() function * added from_files() function * Use the updated upload_pypi action (#108) * Bump action versions in upload_pypi workflow step * reuse the upload_pypi action instead of custom steps * adding code review suggestionas and tests * added log error * added from_files() function * added from_files() function * adding code review suggestionas and tests * added log error * formatted docstrign and added to API reference * added regex matching to ValueError test * documented new funciton in Getting started guide * use from_file() for fetching sample data --------- Co-authored-by: Niko Sirmpilatze <[email protected]>
- Loading branch information
Showing
5 changed files
with
91 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ Input/Output | |
.. autosummary:: | ||
:toctree: api | ||
|
||
from_file | ||
from_sleap_file | ||
from_dlc_file | ||
from_dlc_df | ||
|
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