We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb1a6e commit cd83f20Copy full SHA for cd83f20
src/trodes_to_nwb/tests/test_convert.py
@@ -61,6 +61,7 @@ def test_convert_full():
61
output_dir=str(data_path),
62
n_workers=1,
63
query_expression=f"animal == 'sample' and full_path != '{exclude_reconfig_yaml}'",
64
+ fs_gui_dir=data_path,
65
)
66
67
output_file_path = data_path / "sample20230622.nwb"
@@ -105,6 +106,7 @@ def do_nothing(nwbfile, metadata_dict):
105
106
path=data_path,
107
device_metadata_paths=device_metadata,
108
109
110
111
112
0 commit comments