Skip to content

Commit a07f970

Browse files
FIX: In Coregistration class, remove duplicate _hsp_weight attr, add _hpi_weight attr (#13365)
1 parent 45c7faf commit a07f970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mne/coreg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2074,7 +2074,7 @@ def fit_icp(
20742074
self._rpa_weight = rpa_weight
20752075
self._hsp_weight = hsp_weight
20762076
self._eeg_weight = eeg_weight
2077-
self._hsp_weight = hpi_weight
2077+
self._hpi_weight = hpi_weight
20782078

20792079
# Initial guess (current state)
20802080
est = self._parameters

0 commit comments

Comments
 (0)