Skip to content

Commit

Permalink
Merge branch 'main' into vprobe-electrodes-locations
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Dec 18, 2023
2 parents 9d3d2cf + 3557448 commit c3eb205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jazayeri_lab_to_nwb/watters/watters_convert_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def session_to_nwb(
output_dir_path = output_dir_path / "nwb_stub"
output_dir_path.mkdir(parents=True, exist_ok=True)

session_id = f"ses-{data_dir.name}"
session_id = data_dir.name
raw_nwbfile_path = output_dir_path / f"{session_id}_raw.nwb"
processed_nwbfile_path = output_dir_path / f"{session_id}_processed.nwb"
logging.info(f"raw_nwbfile_path = {raw_nwbfile_path}")
Expand Down

0 comments on commit c3eb205

Please sign in to comment.