Skip to content
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

Sue test #3

Merged
merged 44 commits into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from 39 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
47c5aea
Added lickAnalysis
ZhixiaoSu May 8, 2024
e8fcd77
adjusted session name output
ZhixiaoSu May 10, 2024
f71d507
add loadnwb file
ZhixiaoSu May 10, 2024
6d6762d
Correct linter checks
ZhixiaoSu May 10, 2024
72a65cf
Blacked
ZhixiaoSu May 11, 2024
5feb80a
Code clean up
ZhixiaoSu May 11, 2024
0f650c1
Improve coverage
ZhixiaoSu May 11, 2024
da901db
Added unit tests
ZhixiaoSu May 28, 2024
03a2aa8
Merge branch 'sueTest' of https://github.com/AllenNeuralDynamics/aind…
ZhixiaoSu May 28, 2024
19d723e
Solving conflits
ZhixiaoSu May 28, 2024
bf45643
Udpate tests
ZhixiaoSu May 28, 2024
0c4a7ef
Black again
ZhixiaoSu May 28, 2024
e3aa00d
Added test data
ZhixiaoSu May 29, 2024
751514c
Updated tests by file location
ZhixiaoSu May 29, 2024
b539528
Add more tests
ZhixiaoSu May 29, 2024
bd453cf
unit tests
ZhixiaoSu May 29, 2024
0a26187
add python doc to pass interrogate
ZhixiaoSu May 29, 2024
f57c7bd
update pyproject
ZhixiaoSu May 29, 2024
879d371
Add package
ZhixiaoSu May 29, 2024
5378b2b
Add package
ZhixiaoSu May 29, 2024
19ec1a0
Add dependencies
ZhixiaoSu May 29, 2024
7185eeb
Add dependencies
ZhixiaoSu May 29, 2024
982ba91
Merge branch 'sueTest' of https://github.com/AllenNeuralDynamics/aind…
ZhixiaoSu May 29, 2024
3f23b7c
Merge branch 'sueTest' of https://github.com/AllenNeuralDynamics/aind…
ZhixiaoSu May 29, 2024
dc51eed
Merge branch 'sueTest' of https://github.com/AllenNeuralDynamics/aind…
ZhixiaoSu May 29, 2024
a9b0cb6
Merge branch 'sueTest' of https://github.com/AllenNeuralDynamics/aind…
ZhixiaoSu May 29, 2024
9eec38c
Merge branch 'sueTest' of https://github.com/AllenNeuralDynamics/aind…
ZhixiaoSu May 29, 2024
c8e2bc1
Merge branch 'sueTest' of https://github.com/AllenNeuralDynamics/aind…
ZhixiaoSu May 29, 2024
5c3c70d
Merge branch 'sueTest' of https://github.com/AllenNeuralDynamics/aind…
ZhixiaoSu May 29, 2024
0ba29d9
Merge branch 'sueTest' of https://github.com/AllenNeuralDynamics/aind…
ZhixiaoSu May 29, 2024
e0286ca
Merge branch 'sueTest' of https://github.com/AllenNeuralDynamics/aind…
ZhixiaoSu May 29, 2024
42ec935
Merge branch 'sueTest' of https://github.com/AllenNeuralDynamics/aind…
ZhixiaoSu May 29, 2024
fb3e7d7
Merge branch 'sueTest' of https://github.com/AllenNeuralDynamics/aind…
ZhixiaoSu May 29, 2024
666eb1d
Merge branch 'sueTest' of https://github.com/AllenNeuralDynamics/aind…
ZhixiaoSu May 29, 2024
477ab99
Merge branch 'sueTest' of https://github.com/AllenNeuralDynamics/aind…
ZhixiaoSu May 29, 2024
62deac1
Merge branch 'sueTest' of https://github.com/AllenNeuralDynamics/aind…
ZhixiaoSu May 29, 2024
ea0424d
Merge branch 'sueTest' of https://github.com/AllenNeuralDynamics/aind…
ZhixiaoSu May 29, 2024
049a525
Merge branch 'sueTest' of https://github.com/AllenNeuralDynamics/aind…
ZhixiaoSu May 29, 2024
fb45679
Merge branch 'sueTest' of https://github.com/AllenNeuralDynamics/aind…
ZhixiaoSu May 29, 2024
41965d3
Merge branch 'sueTest' of https://github.com/AllenNeuralDynamics/aind…
ZhixiaoSu May 29, 2024
44badd0
Merge branch 'sueTest' of https://github.com/AllenNeuralDynamics/aind…
ZhixiaoSu Jul 2, 2024
020bc51
Merge remote-tracking branch 'origin/HEAD' into sueTest
ZhixiaoSu Jul 2, 2024
f19bfe9
Merge remote-tracking branch 'origin/HEAD' into sueTest
ZhixiaoSu Jul 2, 2024
97f6efe
Merge branch 'sueTest' of https://github.com/AllenNeuralDynamics/aind…
ZhixiaoSu Jul 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions doc_template/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

from datetime import date

# -- Path Setup --------------------------------------------------------------
from os.path import dirname, abspath
from os.path import abspath, dirname
from pathlib import Path
from datetime import date

from aind_dynamic_foraging_basic_analysis import __version__ as package_version

INSTITUTE_NAME = "Allen Institute for Neural Dynamics"
Expand Down
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ readme = "README.md"
dynamic = ["version"]

dependencies = [
'numpy',
'scipy',
'matplotlib',
'pandas',
"pynwb",
"aind_ephys_utils",
"pathlib"
]

[project.optional-dependencies]
Expand Down
Loading
Loading