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

Fix bad validation check for postion in ElectrodeGroup.__init__ #1770

Merged
merged 25 commits into from
Oct 14, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
2beae7c
Fix #1768 Bad validation check for postion in ElectrodeGroup.__init__
oruebel Aug 29, 2023
e031cd9
Update CHANGELOG
oruebel Aug 29, 2023
dc8c1c4
Updated comments
oruebel Aug 29, 2023
60844f2
Fix spelling in src/pynwb/ecephys.py
oruebel Aug 29, 2023
826c1d4
Merge branch 'dev' into fix/electrodegroup_position
CodyCBakerPhD Sep 28, 2023
a214ad6
Update src/pynwb/ecephys.py
oruebel Jan 25, 2024
5272bc3
Merge branch 'dev' into fix/electrodegroup_position
oruebel Jan 25, 2024
169b53d
Merge branch 'dev' into fix/electrodegroup_position
stephprince Mar 5, 2024
f4ff605
add len check for all position elements
stephprince Mar 5, 2024
ecd7de2
update CHANGELOG.md
stephprince Mar 5, 2024
a21f672
update docstring to fix broken reference
stephprince Mar 5, 2024
067a618
Merge branch 'dev' into fix/electrodegroup_position
rly Mar 23, 2024
c7962f7
Merge branch 'dev' into fix/electrodegroup_position
oruebel May 2, 2024
6cdd381
Merge branch 'dev' into fix/electrodegroup_position
stephprince Jul 16, 2024
4ec3b93
update CHANGELOG.md
stephprince Jul 16, 2024
aecfbc6
update validation checks for scalar compound dataset
stephprince Jul 17, 2024
dd5da88
Merge branch 'dev' into fix/electrodegroup_position
stephprince Sep 4, 2024
33110b7
update position validation
stephprince Sep 4, 2024
33d34d0
update tests for electrode group validation
stephprince Sep 4, 2024
4837aba
Merge branch 'dev' into fix/electrodegroup_position
stephprince Sep 4, 2024
3b2bf9f
Merge branch 'dev' into fix/electrodegroup_position
stephprince Sep 5, 2024
5419275
Require hdmf 3.14.5
rly Oct 10, 2024
f915e62
Merge branch 'dev' into fix/electrodegroup_position
rly Oct 10, 2024
b11ff87
Try removing deprecated call to get_html_theme_path
rly Oct 10, 2024
3fe93eb
Update CHANGELOG.md
stephprince Oct 14, 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
Prev Previous commit
Next Next commit
Try removing deprecated call to get_html_theme_path
rly authored Oct 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit b11ff878a09e9f6bb9e22c67406a8a25eedb5561
4 changes: 0 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -244,7 +244,6 @@ def __call__(self, filename):
# html_theme = 'default'
# html_theme = "sphinxdoc"
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
@@ -260,9 +259,6 @@ def __call__(self, filename):
'css/custom.css',
]

# Add any paths that contain custom themes here, relative to this directory.
# html_theme_path = []

# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
# html_title = None
Loading