Skip to content

Commit d94cf15

Browse files
committed
Rename stim -> script in epochs table
1 parent 991caf0 commit d94cf15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/npc_sessions/sessions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3611,7 +3611,7 @@ def get_task_metrics() -> dict[str, dict]:
36113611

36123612
aind_epochs = []
36133613
for nwb_epoch in self.epochs:
3614-
epoch_name = nwb_epoch.stim_name.item()
3614+
epoch_name = nwb_epoch.script_name.item()
36153615

36163616
aind_epochs.append(
36173617
aind_data_schema.core.session.StimulusEpoch(

0 commit comments

Comments
 (0)