We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6d0dee + a07f970 commit ec07cc9Copy full SHA for ec07cc9
2 files changed
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
# Ruff mne
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: v0.12.5
+ rev: v0.12.7
5
hooks:
6
- id: ruff-check
7
name: ruff lint mne
mne/coreg.py
@@ -2074,7 +2074,7 @@ def fit_icp(
2074
self._rpa_weight = rpa_weight
2075
self._hsp_weight = hsp_weight
2076
self._eeg_weight = eeg_weight
2077
- self._hsp_weight = hpi_weight
+ self._hpi_weight = hpi_weight
2078
2079
# Initial guess (current state)
2080
est = self._parameters
0 commit comments