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

MAINT: Unpin VTK #12991

Merged
merged 6 commits into from
Nov 26, 2024
Merged

MAINT: Unpin VTK #12991

merged 6 commits into from
Nov 26, 2024

Conversation

larsoner
Copy link
Member

This should work now that pyvista/setup-headless-display-action#21 is in

@larsoner larsoner requested a review from drammock as a code owner November 26, 2024 18:04
@banesullivan
Copy link

FYI, we are pinning VTK upstream in PyVista: pyvista/pyvista#6872

@larsoner
Copy link
Member Author

Thanks @banesullivan -- good to know. In the meantime things appear to pass for us with VTK 9.4 at least!

In this PR I add some packages back to Windows that didn't used to be on scientific-python-nightly-wheels. Timings on main:

3475 passed, 753 skipped, 547 deselected, 11 xfailed, 2 xpassed in 2758.97s (0:45:58)
Screenshot 2024-11-26 at 2 15 26 PM

Timings on this PR are expectedly worse since fewer tests are skipped:

4095 passed, 161 skipped, 569 deselected, 11 xfailed, 2 xpassed in 3176.03s (0:52:56)
Screenshot 2024-11-26 at 2 42 54 PM

I think it's worth it for the increased code coverage on Windows. If we don't like the increased time I could look into cutting it back down with some additional slowtest or ultraslowtest marks for example, but the Linux pip-pre (which runs all slow tests) is still the time-limiting factor for us anyway.

@drammock drammock merged commit e06873d into mne-tools:main Nov 26, 2024
28 checks passed
@drammock drammock deleted the vtk branch November 26, 2024 20:08
@drammock
Copy link
Member

thx @larsoner. Nice to have a bunch of those pins / exclusions gone from the CI config!

larsoner added a commit to larsoner/mne-python that referenced this pull request Dec 6, 2024
* upstream/main: (736 commits)
  ENH: Add round-trip channel name saving (mne-tools#13003)
  update governance (mne-tools#12896)
  pin selenium and stop filtering its warning (mne-tools#13000)
  DOC: fix return value doc of inst.get_montage() (mne-tools#12995)
  remove some ._filenames uses in favor of .filenames (mne-tools#12996)
  use eegbci.standardize instead of custom code (mne-tools#12997)
  Bump autofix-ci/action from dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a to ff86a557419858bb967097bfc916833f5647fa8c in the actions group (mne-tools#12999)
  MAINT: Update code credit (mne-tools#12998)
  MAINT: Unpin VTK (mne-tools#12991)
  [pre-commit.ci] pre-commit autoupdate (mne-tools#12988)
  Fix: update cnt.py to check missing annotation (mne-tools#12986)
  do not log about using set_montage AGAIN if it has never been used (mne-tools#12984)
  DOC: fix numpy docstr example Vectorizer() (mne-tools#12983)
  Changed epochs_clean_sub = model_plain.apply(epochs) to epochs_clean_sub = model_sub.apply(epochs), making use of the regression coefficients from model_sub. mne-tools#12977 (mne-tools#12978)
  DOC: add meegkit to related software suite (mne-tools#12976)
  DOC: specify tmax_raw param may be None, and what it means (mne-tools#12972)
  [pre-commit.ci] pre-commit autoupdate (mne-tools#12975)
  DOC: fix note in legacy pick_channels func (mne-tools#12973)
  Use `uint16_codec` argument (mne-tools#12971)
  Bump codecov/codecov-action from 4 to 5 in the actions group (mne-tools#12970)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants