forked from Tyelab/SLEAPyFaces
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
THE NASTY BUGS ARE SQUASHED (Tyelab#4)
* update environment.yml * new file: SLEAPyExample.ipynb new file: environment.yml modified: sleapyfaces/__about__.py modified: sleapyfaces/__init__.py modified: sleapyfaces/docstring.py * add pip packages to environment * This is a working commit --------- Co-authored-by: Laurelrr <[email protected]>
- Loading branch information
Showing
7 changed files
with
319 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# --- | ||
# jupyter: | ||
# jupytext: | ||
# text_representation: | ||
# extension: .py | ||
# format_name: percent | ||
# format_version: '1.3' | ||
# jupytext_version: 1.14.4 | ||
# kernelspec: | ||
# display_name: sleapyfaces | ||
# language: python | ||
# name: python3 | ||
# --- | ||
|
||
# %% | ||
from sleapyfaces.base import Experiment | ||
|
||
expr = Experiment( | ||
) | ||
|
||
# %% |
Oops, something went wrong.