We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a0364 commit 727fa29Copy full SHA for 727fa29
mne/gui/_xfit.py
@@ -611,8 +611,8 @@ def _fit_timecourses(self):
611
len(dip_with_timecourse.times), axis=0
612
)
613
else:
614
- dip["timecourse"] = dip_with_timecourse.amplitude[0]
615
- dip["orientation"] = dip_with_timecourse.ori[0]
+ dip["timecourse"] = dip_with_timecourse.amplitude
+ dip["orientation"] = dip_with_timecourse.ori
616
617
# Update matplotlib canvas at the bottom of the window
618
canvas = self._setup_mplcanvas()
0 commit comments