forked from LorenFrankLab/spyglass
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pytest WIP. Position centriod fix. Centralize device prompt logic
- Loading branch information
Showing
23 changed files
with
974 additions
and
688 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 |
---|---|---|
|
@@ -17,16 +17,6 @@ jobs: | |
env: | ||
OS: ${{ matrix.os }} | ||
PYTHON: '3.8' | ||
# SPYGLASS_BASE_DIR: ./data | ||
# KACHERY_STORAGE_DIR: ./data/kachery-storage | ||
# DJ_SUPPORT_FILEPATH_MANAGEMENT: True | ||
# services: | ||
# datajoint_test_server: | ||
# image: datajoint/mysql | ||
# ports: | ||
# - 3306:3306 | ||
# options: >- | ||
# -e MYSQL_ROOT_PASSWORD=tutorial | ||
steps: | ||
- name: Cancel Workflow Action | ||
uses: styfle/[email protected] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
# TODO: change naming to avoid match between module and function | ||
from .insert_sessions import insert_sessions |
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.