-
Notifications
You must be signed in to change notification settings - Fork 13
Initial Testing Suite #153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
83 commits
Select commit
Hold shift + click to select a range
57d0ba9
added auto-publish workflow
pauladkisson 3d4664f
added pyproject.toml
pauladkisson f376da2
added sparse_environment.yaml
pauladkisson f51bc39
pinned openssl and certifi
pauladkisson 9cc85fa
updated syntax for pn.Card in savingInputParameters
pauladkisson 2e97412
established initial python 3.12 environment
pauladkisson 622327a
Fixed homepage by swapping the panel.widgets.DataFrame with panel.wid…
pauladkisson dafb0c3
implement venus' changes in savesStoresList.py
pauladkisson cbf9692
Revert "implement venus' changes in savesStoresList.py"
pauladkisson 3421a46
added dependencies to pyproject.toml
pauladkisson df45f33
Updated auto-publish to use TestPyPI
pauladkisson 54241e7
removed old lock files
pauladkisson 6a6f03d
updated version
pauladkisson 764480a
added workflow_dispatch
pauladkisson e68180a
moved auto-publish to the correct location
pauladkisson 06b0f23
moved auto-publish to the correct location
pauladkisson c1735d0
.yml
pauladkisson dc1bbcb
fixed workflow warning
pauladkisson 0149473
switched to modern attestations approach
pauladkisson a437368
switched to modern attestations approach
pauladkisson c8f16d9
updated comment header
pauladkisson 2d56292
updated version
pauladkisson 3fc2de3
Fix bugs exposed by pip-installable environment (#145)
pauladkisson fe4d3dd
alpha5
pauladkisson 316c63a
reorganized into src/guppy pattern
pauladkisson 1103e45
added main entry point
pauladkisson ed7d141
added main entry point pt 2
pauladkisson c3d0ac1
reverted back to subprocess calls bc matplotlib needs to be in the ma…
pauladkisson 32ad20e
fixed subprocess.call syntax to work with guppy entry point
pauladkisson c040672
removed readh5 clutter
pauladkisson ad3dd98
saving log file to home directory to avoid permissions errors
pauladkisson c6525cc
update pyproject.toml
pauladkisson c30b8ec
update pyproject.toml to use direct dependencies
pauladkisson 38943b3
added explicit support for python 3.10-3.13
pauladkisson 81aa0c0
removed old spec files
pauladkisson e6430c7
Added installation instructions to the readme
pauladkisson 71aa80a
Added changelog
pauladkisson 37ab6fb
Added manifest
pauladkisson ee9c99c
updated changelog to explicitly mention breaking changes
pauladkisson 057ee6d
added headless mode for step 1 and appropriate test
pauladkisson be54ce4
added headless mode for step 2 and appropriate test
pauladkisson 6be04a9
renamed test_step2
pauladkisson 5a1fedb
added headless mode for step 3 and appropriate test
pauladkisson b9c2fdf
fixed storenames_map
pauladkisson 30ec4a2
added headless mode for step 4 and appropriate test
pauladkisson 04c5642
added headless mode for step 5 and appropriate test
pauladkisson 838d911
added the rest of the data modalities (except npm) for step 3
pauladkisson 1d24eca
added the rest of the data modalities (except npm) for step 2
pauladkisson 58092e5
added npm to step 2
pauladkisson 31dc80d
added npm to step 3
pauladkisson fb20557
added the rest of the data modalities for step 4
pauladkisson 2664ab5
added the rest of the data modalities for step 5
pauladkisson c132433
merge main
pauladkisson 08e5799
updated run-tests.yml
pauladkisson 20dc6e8
Added load-data action (#156)
pauladkisson 0ad6de1
merge main
pauladkisson 70b7227
added inputs to the workflow dispatch
pauladkisson 1f9a490
switched to rclone lsjson
pauladkisson db38acf
fixed hashing
pauladkisson 4274192
updated dependency groups to include test
pauladkisson 58848bf
DEBUG commented out plt.switch_backend
pauladkisson 7909b04
Only set matplotlib backend if not in CI environment
pauladkisson 507163b
updated cache key
pauladkisson 5dc12ee
updated cache key
pauladkisson 61209c5
updated testing data location
pauladkisson c1a629c
fixed bug with npm params
pauladkisson a4e12ac
added extra assertions to test_step2 to ensure npm creates the requis…
pauladkisson 2a32bc6
updated default os to windows-2022
pauladkisson ac86e35
updated pr-tests
pauladkisson d6a33e4
updated pr-tests
pauladkisson b05382d
removed assess-file-changes
pauladkisson 00b0e67
fixed data cache hash
pauladkisson 35e5731
updated npm_timestamp to use name instead of index
pauladkisson 96facf3
disable parallel execution for ci tests
pauladkisson 1dc4b3d
Merge branch 'dev' into testing
pauladkisson 2144e96
Merge branch 'dev' into testing
pauladkisson a62f665
Updated the paths in test_step2.
pauladkisson cd07797
Updated the paths in the rest of the tests.
pauladkisson 787fefc
Added new data to test_step2.py.
pauladkisson cd72eb2
Added timestamp specification for step two.
pauladkisson 617f381
Added extra assertions for the rest of the npm data sets.
pauladkisson b09332d
Added new data to test_step3-5.
pauladkisson d93e382
Added fix for sampledata_npm_5
pauladkisson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 @@ | ||
| ["ubuntu-latest", "macos-latest", "windows-2022"] |
This file contains hidden or 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 @@ | ||
| ["3.10", "3.11", "3.12", "3.13"] | ||
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -6,3 +6,6 @@ z-score_methods.tgn | |
| GuPPy/runFiberPhotometryAnalysis.ipynb | ||
| .vscode/ | ||
| *.egg-info/ | ||
| .clinerules/ | ||
|
|
||
| testing_data/ | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,8 @@ | ||
| from .api import step1, step2, step3, step4 | ||
|
|
||
| __all__ = [ | ||
| "step1", | ||
| "step2", | ||
| "step3", | ||
| "step4", | ||
| ] |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.