Skip to content

Commit ec07cc9

Browse files
Merge branch 'main' into abcct_bug_fix
2 parents e6d0dee + a07f970 commit ec07cc9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
# Ruff mne
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.12.5
4+
rev: v0.12.7
55
hooks:
66
- id: ruff-check
77
name: ruff lint mne

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)