rsagroup / rsatoolbox

Python library for Representational Similarity Analysis
MIT License
188 stars 37 forks source link

Debug: replace `channle_descriptors` to `time_descriptors` to correct assignment #420

Closed shimalice closed 2 months ago

shimalice commented 2 months ago

@JasperVanDenBosch I open this PR for the issue about function to_dict() of class TemporalDataset. I just replaced self.channel_descriptors to self.time_descriptors to debug the assignment of data_dict in the function to_dict().