Skip to content

Commit

Permalink
Clean up generated test
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Oct 16, 2023
1 parent c055c3f commit 18754e2
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import datetime
"""Unit and integration tests for the example TetrodeSeries extension neurodata type.
TODO: Modify these tests to test your extension neurodata type.
"""

import numpy as np

from pynwb import NWBHDF5IO, NWBFile
from pynwb.core import DynamicTableRegion
from pynwb.device import Device
from pynwb.ecephys import ElectrodeGroup
from pynwb.file import ElectrodeTable as get_electrode_table
from pynwb.testing.mock.device import mock_Device
from pynwb.testing.mock.ecephys import mock_ElectrodeGroup, mock_ElectrodeTable, mock_electrodes
from pynwb.testing.mock.ecephys import mock_ElectrodeGroup, mock_ElectrodeTable
from pynwb.testing.mock.file import mock_NWBFile
from pynwb.testing import TestCase, remove_test_file, NWBH5IOFlexMixin

Expand Down Expand Up @@ -123,4 +123,4 @@ def addContainer(self):
self.nwbfile.add_acquisition(tetrode_series)

def getContainer(self, nwbfile: NWBFile):
return nwbfile.acquisition["TetrodeSeries"]
return nwbfile.acquisition["TetrodeSeries"]

0 comments on commit 18754e2

Please sign in to comment.