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

Render Units Table #679

Merged
merged 46 commits into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
c9f5ab4
Update with relevant demo
garrettmflynn Mar 14, 2024
8b12e28
Swap suppressed keys
garrettmflynn Mar 14, 2024
b2e8ed2
Show units. No editing allowed
garrettmflynn Mar 15, 2024
6854175
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 15, 2024
0724d92
Fix backend and hide empty tables
garrettmflynn Mar 15, 2024
e3aa813
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 15, 2024
512b55e
Skip accordion if empty
garrettmflynn Mar 15, 2024
a4d15a3
Merge branch 'units-table' of https://github.com/NeurodataWithoutBord…
garrettmflynn Mar 15, 2024
a26ec04
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 15, 2024
a5640f1
Ensure original columns are required and cannot be edited
garrettmflynn Mar 15, 2024
5c62e65
Merge branch 'units-table' of https://github.com/NeurodataWithoutBord…
garrettmflynn Mar 15, 2024
f0acf96
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 15, 2024
5b41630
Merge branch 'main' into units-table
CodyCBakerPhD Mar 15, 2024
4046a92
Merge branch 'main' into units-table
CodyCBakerPhD Mar 18, 2024
b4075e2
Show unit name and fix issues from review
garrettmflynn Mar 18, 2024
9608a93
Merge branch 'units-table' of https://github.com/NeurodataWithoutBord…
garrettmflynn Mar 18, 2024
06c3f18
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 18, 2024
186b2ce
Merge branch 'main' into units-table
CodyCBakerPhD Mar 18, 2024
e966a28
Merge branch 'main' into units-table
CodyCBakerPhD Mar 20, 2024
93c9d57
Update ElectrodeColumns and UnitColumns to be global Ecephys properties
garrettmflynn Mar 21, 2024
57283b3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 21, 2024
bfad2d7
Add new validation to units table as well
garrettmflynn Mar 21, 2024
c2e392c
Merge branch 'units-table' of https://github.com/NeurodataWithoutBord…
garrettmflynn Mar 21, 2024
91e0c15
Fix Ecephys property order
garrettmflynn Mar 23, 2024
3f35d28
Fix invalid table elements
garrettmflynn Mar 23, 2024
455f3fe
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 23, 2024
205a3f7
Allow editing descriptions
garrettmflynn Mar 23, 2024
2fbe64a
Merge branch 'units-table' of https://github.com/NeurodataWithoutBord…
garrettmflynn Mar 23, 2024
53346ce
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 23, 2024
37464b2
Fix unit_id type issue
garrettmflynn Mar 23, 2024
00fa24c
Merge branch 'main' into units-table
garrettmflynn Mar 23, 2024
79d2deb
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 23, 2024
3d2f704
Update pyflask/manageNeuroconv/manage_neuroconv.py
CodyCBakerPhD Mar 23, 2024
92a0bd9
Merge branch 'main' into units-table
CodyCBakerPhD Mar 25, 2024
b7379b1
Handle other array-to-string properties for Units
garrettmflynn Mar 25, 2024
68c4c77
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 25, 2024
4edca74
Merge branch 'main' into units-table
CodyCBakerPhD Mar 25, 2024
5d6e337
Update to unit_name
garrettmflynn Mar 25, 2024
01521cd
First round of updates from GUIDE meeting
garrettmflynn Mar 27, 2024
768b259
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 27, 2024
445b6f7
Only allow removing non-required rows
garrettmflynn Mar 27, 2024
bd0e12a
Merge branch 'main' into units-table
garrettmflynn Mar 28, 2024
ebedb05
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 28, 2024
114194b
Merge branch 'main' into units-table
garrettmflynn Mar 28, 2024
7c3f044
Fix tests
garrettmflynn Mar 28, 2024
e28e6b2
Merge branch 'main' into units-table
CodyCBakerPhD Mar 29, 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
11 changes: 11 additions & 0 deletions guide_testing_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,14 @@ pipelines:
TDT:
TdtRecordingInterface:
folder_path: ephy_testing_data/tdt/aep_05

CellExplorer:
CellExplorerRecordingInterface:
folder_path: ephy_testing_data/cellexplorer/dataset_4/Peter_MS22_180629_110319_concat_stubbed


CellExplorerUnits:
CellExplorerRecordingInterface:
folder_path: ephy_testing_data/cellexplorer/dataset_4/Peter_MS22_180629_110319_concat_stubbed
CellExplorerSortingInterface:
file_path: ephy_testing_data/cellexplorer/dataset_4/Peter_MS22_180629_110319_concat_stubbed/Peter_MS22_180629_110319_concat_stubbed.spikes.cellinfo.mat
Loading
Loading