Skip to content

Commit

Permalink
Merge pull request #420 from shimalice/debug-to_dict
Browse files Browse the repository at this point in the history
Debug: replace `channle_descriptors` to `time_descriptors` to correct assignment
  • Loading branch information
JasperVanDenBosch authored Aug 31, 2024
2 parents bf7f34f + 526c399 commit 0f08a3d
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 0f08a3d

Please sign in to comment.