NeuralAnalysis / PyalData

Repository for the Python implementation of the TrialData analysis library.
GNU General Public License v3.0
7 stars 9 forks source link

Load v7.3 mat files using mat73 instead of scipy #71

Closed bagibence closed 3 years ago

bagibence commented 3 years ago

Might fix #70

catiafortunato commented 3 years ago

I got this error trying to load a v7.3 mat file ERROR:root:ERROR: MATLAB type not supported: datetime, (uint32)

Am I doing something wrong?

raeedcho commented 3 years ago

It seems to work for me with the data that I have (though the order of the columns is a bit backwards). Not sure what error Catia is getting--possibly related to the data you're trying to load?

bagibence commented 3 years ago

@catiafortunato do you know which column caused it?