Skip to content

Commit

Permalink
Remove epoch_times from NWBFile init
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Sep 20, 2024
1 parent 85acc7b commit bc1f1df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/npc_sessions/sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ def nwb(self) -> pynwb.NWBFile:
subject=self.subject,
keywords=self.keywords,
epochs=self.epochs,
epoch_tags=self.epoch_tags,
stimulus_template=None, # TODO pass tuple of stimulus templates
invalid_times=self.invalid_times,
trials=(
Expand Down Expand Up @@ -407,7 +406,6 @@ def metadata(self) -> pynwb.NWBFile:
stimulus_notes=self.task_version if self.is_task else None,
subject=self.subject,
keywords=self.keywords,
epoch_tags=self.epoch_tags,
invalid_times=self.invalid_times,
)

Expand Down

0 comments on commit bc1f1df

Please sign in to comment.