rly/ndx-events

Test failure with the latest pynwb/hdmf

rly opened this issue · 0 comments

rly commented

TypeError: can't multiply sequence by non-int of type 'numpy.float64'

In:

def test_default_labels(self):
>       events = LabeledEvents(
            name='LabeledEvents',
            description='events from my experiment',
            timestamps=[0., 1., 2.],
            resolution=1e-5,
            data=np.uint([3, 4, 3]),
        )

src/pynwb/tests/unit/test_events.py:57: