Skip to content

Commit

Permalink
replace channle_descriptors to time_descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
shimalice committed Aug 31, 2024
1 parent bf7f34f commit 526c399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rsatoolbox/data/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ def to_dict(self):
data_dict['descriptors'] = self.descriptors
data_dict['obs_descriptors'] = self.obs_descriptors
data_dict['channel_descriptors'] = self.channel_descriptors
data_dict['time_descriptors'] = self.channel_descriptors
data_dict['time_descriptors'] = self.time_descriptors
data_dict['type'] = type(self).__name__
return data_dict

Expand Down

0 comments on commit 526c399

Please sign in to comment.