Skip to content

Commit

Permalink
Restrict selection of rec files to sample dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelbray32 committed Oct 2, 2023
1 parent 5a58a5a commit e85c73f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/spikegadgets_to_nwb/tests/test_convert_intervals.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ def test_add_epochs():
# running locally
file_info = get_file_info(Path(path))
rec_to_nwb_file = path + "/test_data/minirec20230622_.nwb"
file_info = file_info[file_info.animal == "sample"]
# assert file_info[file_info.file_extension == ".rec"].full_path.to_list() == []
# get all streams for all files
rec_dci = RecFileDataChunkIterator(
file_info[file_info.file_extension == ".rec"].full_path.to_list()
Expand Down

0 comments on commit e85c73f

Please sign in to comment.