-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use assert_allclose instead of np.allclose and np.isclose(...).all() (#…
…115) * use assert_allclose instead of assert np.allclose * replace assert np.isclose(...).all() with assert_allclose and use sane rtol=1e-7, atol=0 in remaining np.allclose tests * fix warning about gradient_kwargs * fix missing f-string * update style configuration * run ruff, isort, black * bump MNE req. to 1.1.0 and above * fix missed black * remove test on pick_channels * clean-up following black * run black again.. * trigger cis * trigger cis with MNE 1.5 * shorten strings through 88 character length * fix style * fix documentation build
- Loading branch information
Mathieu Scheltienne
authored
Aug 17, 2023
1 parent
38c8d48
commit 1d839e2
Showing
50 changed files
with
767 additions
and
1,370 deletions.
There are no files selected for viewing
Empty file.
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
Oops, something went wrong.