aolabNeuro / brain-python-interface

Other
4 stars 2 forks source link

error cleaning up hdf file in "nothing" task #96

Open leoscholl opened 2 years ago

leoscholl commented 2 years ago

Traceback (most recent call last): File "/home/pagaiisland/code/bmi3d/features/hdf_features.py", line 91, in cleanup self.cleanup_hdf() File "/home/pagaiisland/code/bmi3d/features/sync_features.py", line 153, in cleanup_hdf super().cleanup_hdf() File "/home/pagaiisland/code/bmi3d/riglib/experiment/experiment.py", line 588, in cleanup_hdf h5file.create_table("/", "task", 0., 'Nothing to see here') File "/home/pagaiisland/code/bmi3d/env/lib/python3.7/site-packages/tables/file.py", line 1057, in create_table track_times=track_times) File "/home/pagaiisland/code/bmi3d/env/lib/python3.7/site-packages/tables/table.py", line 802, in init nparray = numpy.rec.array(description) File "/home/pagaiisland/code/bmi3d/env/lib/python3.7/site-packages/numpy/core/records.py", line 1097, in array raise ValueError("Unknown input type") ValueError: Unknown input type