Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix doc build on windows #12950

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

fix doc build on windows

2509423
Select commit
Loading
Failed to load commit list.
Open

fix doc build on windows #12950

fix doc build on windows
2509423
Select commit
Loading
Failed to load commit list.
Azure Pipelines / mne-tools.mne-python failed Nov 8, 2024 in 58m 41s

Build #20241108.1 had test failures

Details

Tests

  • Failed: 1 (0.02%)
  • Passed: 4,346 (97.79%)
  • Other: 97 (2.18%)
  • Total: 4,444
Code coverage

  • 23304 of 31414 branches covered (74.18%)
  • 101579 of 122037 lines covered (83.24%)

Annotations

Check failure on line 69 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / mne-tools.mne-python

Build log #L69

Cmd.exe exited with code '2'.

Check failure on line 20 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / mne-tools.mne-python

Build log #L20

There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

Check failure on line 1 in mne.decoding.tests.test_search_light

See this annotation in the file changed.

@azure-pipelines azure-pipelines / mne-tools.mne-python

mne.decoding.tests.test_search_light

collection failure
Raw output
C:\hostedtoolcache\windows\Python\3.12.7\x64\Lib\site-packages\pluggy\_hooks.py:513: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
C:\hostedtoolcache\windows\Python\3.12.7\x64\Lib\site-packages\pluggy\_manager.py:120: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
C:\hostedtoolcache\windows\Python\3.12.7\x64\Lib\site-packages\_pytest\python.py:245: in pytest_pycollect_makeitem
    return list(collector._genfunctions(name, obj))
C:\hostedtoolcache\windows\Python\3.12.7\x64\Lib\site-packages\_pytest\python.py:462: in _genfunctions
    self.ihook.pytest_generate_tests.call_extra(methods, dict(metafunc=metafunc))
C:\hostedtoolcache\windows\Python\3.12.7\x64\Lib\site-packages\pluggy\_hooks.py:574: in call_extra
    return self._hookexec(self.name, hookimpls, kwargs, firstresult)
C:\hostedtoolcache\windows\Python\3.12.7\x64\Lib\site-packages\pluggy\_manager.py:120: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
C:\hostedtoolcache\windows\Python\3.12.7\x64\Lib\site-packages\_pytest\python.py:115: in pytest_generate_tests
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)
C:\hostedtoolcache\windows\Python\3.12.7\x64\Lib\site-packages\_pytest\python.py:1206: in parametrize
    argnames, parametersets = ParameterSet._for_parametrize(
C:\hostedtoolcache\windows\Python\3.12.7\x64\Lib\site-packages\_pytest\mark\structures.py:159: in _for_parametrize
    parameters = cls._parse_parametrize_parameters(argvalues, force_tuple)
C:\hostedtoolcache\windows\Python\3.12.7\x64\Lib\site-packages\_pytest\mark\structures.py:146: in _parse_parametrize_parameters
    ParameterSet.extract_from(x, force_tuple=force_tuple) for x in argvalues
C:\hostedtoolcache\windows\Python\3.12.7\x64\Lib\site-packages\sklearn\utils\estimator_checks.py:533: in checks_generator
    for check in _yield_all_checks(estimator, legacy=legacy):
C:\hostedtoolcache\windows\Python\3.12.7\x64\Lib\site-packages\sklearn\utils\estimator_checks.py:384: in _yield_all_checks
    for check in _yield_transformer_checks(estimator):
C:\hostedtoolcache\windows\Python\3.12.7\x64\Lib\site-packages\sklearn\utils\estimator_checks.py:284: in _yield_transformer_checks
    if tags.transformer_tags.preserves_dtype:
E   AttributeError: 'NoneType' object has no attribute 'preserves_dtype'