Skip to content

Commit 331c920

Browse files
committed
FIX: Duplicate _hsp_weigh attribute
1 parent 45c7faf commit 331c920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)