Skip to content

Commit cd83f20

Browse files
committed
add data path for opto files
1 parent 4eb1a6e commit cd83f20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/trodes_to_nwb/tests/test_convert.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def test_convert_full():
6161
output_dir=str(data_path),
6262
n_workers=1,
6363
query_expression=f"animal == 'sample' and full_path != '{exclude_reconfig_yaml}'",
64+
fs_gui_dir=data_path,
6465
)
6566

6667
output_file_path = data_path / "sample20230622.nwb"
@@ -105,6 +106,7 @@ def do_nothing(nwbfile, metadata_dict):
105106
path=data_path,
106107
device_metadata_paths=device_metadata,
107108
output_dir=str(data_path),
109+
fs_gui_dir=data_path,
108110
n_workers=1,
109111
query_expression=f"animal == 'sample' and full_path != '{exclude_reconfig_yaml}'",
110112
)

0 commit comments

Comments
 (0)