Skip to content

Commit

Permalink
git mess fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grg2rsr committed Dec 18, 2024
2 parents 45cbaca + 6487907 commit a522cb5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ dmypy.json
#misc
endpoint_schemas/
tests/
src/local
src/local
1 change: 0 additions & 1 deletion src/ibl_to_nwb/datainterfaces/_ibl_sorting_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from iblatlas.atlas import AllenAtlas
from iblatlas.regions import BrainRegions
from one.api import ONE
from pydantic import DirectoryPath
from spikeinterface import BaseSorting, BaseSortingSegment


Expand Down
2 changes: 1 addition & 1 deletion src/ibl_to_nwb/datainterfaces/_pupil_tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_metadata(self) -> dict:

pupils_metadata = load_dict_from_file(file_path=Path(__file__).parent.parent / "_metadata" / "pupils.yml")
metadata.update(pupils_metadata)

return metadata

def add_to_nwbfile(self, nwbfile, metadata: dict):
Expand Down

0 comments on commit a522cb5

Please sign in to comment.