Closed shimalice closed 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().
to_dict()
TemporalDataset
self.channel_descriptors
self.time_descriptors
data_dict
@JasperVanDenBosch I open this PR for the issue about function
to_dict()
of classTemporalDataset
. I just replacedself.channel_descriptors
toself.time_descriptors
to debug the assignment ofdata_dict
in the functionto_dict()
.