Skip to content

Commit

Permalink
Add PR num
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns committed Oct 22, 2024
1 parent 48afced commit 7c3dcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/time_frequency/tfr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ def __setstate__(self, state):
self._decim = defaults["decim"]
self.preload = True
self._set_times(self._raw_times)
self._weights = state.get("weights") # objs saved before #XXX won't have
self._weights = state.get("weights") # objs saved before #12910 won't have
# Handle instance type. Prior to gh-11282, Raw was not a possibility so if
# `inst_type_str` is missing it must be Epochs or Evoked
unknown_class = Epochs if "epoch" in self._dims else Evoked
Expand Down

0 comments on commit 7c3dcfa

Please sign in to comment.