-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* FIX: workaround for torch FutureWarning - MNE-ICALabel causes triggers a warning by Pytorch - I submitted a fix to icalabel, but... - in the meantime let's filter the warning in our tests. Which can be removed once mne-icalabe v0.7 is released * FIX: catch warning that is rightfully thrown by pipeline - since we are downsampling our test file that has a non-integer sfreq, a warning is thrown and that's okay. If it isn't thrown in the future this test will fail to notify us * FIX: don't manually install packages in CI's. rely on requirements files * FIX: Skip failing test_TopoViz for now. - We have marked this test for failure for a while now, and the failing test causes our CI's to hang for a long time (over ten minutes sometimes). I am makring for skip so that our CI's aren't dramatically slowed down, until we fix it. * FIX: flake * FIX: more torch warning fixes * FIX: try another variation of glob in FutureWarning * FIX: try again... * MAINT: update GHA * FIX: try to ignore the warning globally
- Loading branch information
1 parent
46c7afb
commit 34ad17b
Showing
6 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters