-
Notifications
You must be signed in to change notification settings - Fork 10
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: Update testing (use Black, Ruff, precommit hook) #140
Commits on May 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d78fbc3 - Browse repository at this point
Copy the full SHA d78fbc3View commit details
Commits on Jul 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1e91cc8 - Browse repository at this point
Copy the full SHA 1e91cc8View commit details
Commits on Sep 1, 2023
-
MAINT: update testing requirements and configuration
- Use black to autoformat code - swap out flake8 for Ruff for linting - add precommit hook to test for style errors before commiting or pushing - add a pyproject toml file to configure black, ruff, codespell, etc - update github workflows style test
Configuration menu - View commit details
-
Copy full SHA for 6bda883 - Browse repository at this point
Copy the full SHA 6bda883View commit details -
MAINT, STY: reformat all files with Black
- Black has now autoformatted all files - and remaining flakes have been fixed
Configuration menu - View commit details
-
Copy full SHA for 718a485 - Browse repository at this point
Copy the full SHA 718a485View commit details -
TST: Error on warnings in CI, fix warnings in code
- use mne.util. warn to accurately raise warnings
Configuration menu - View commit details
-
Copy full SHA for 256c38f - Browse repository at this point
Copy the full SHA 256c38fView commit details -
cleaned up, and dropped low correlation assertion for now. commented the github issue number for reference
Configuration menu - View commit details
-
Copy full SHA for faa6948 - Browse repository at this point
Copy the full SHA faa6948View commit details -
TST: error in linting setup and deprecation warning
there is deprecation warning stemming from dash-testing that they need to handle.
Configuration menu - View commit details
-
Copy full SHA for 1817512 - Browse repository at this point
Copy the full SHA 1817512View commit details -
trying to ignore the dash testing deprecation warning for now
Configuration menu - View commit details
-
Copy full SHA for b9627f5 - Browse repository at this point
Copy the full SHA b9627f5View commit details
Commits on Sep 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 91a6518 - Browse repository at this point
Copy the full SHA 91a6518View commit details -
TST: use macos runner instead of ubuntu
right now we only test on one OS. In principle we should test with ubuntu, macos, and windows. But lets start with mac so that the testing runner matches the OS that the local devs use
Configuration menu - View commit details
-
Copy full SHA for 5fa69c4 - Browse repository at this point
Copy the full SHA 5fa69c4View commit details -
in test_simulated really only EEG 001 and EEG 002 should be flagged because we make them noisy
Configuration menu - View commit details
-
Copy full SHA for 5ca3c73 - Browse repository at this point
Copy the full SHA 5ca3c73View commit details -
TST, FIX: mark test_topoViz as failing
- there is some error in test_topoViz that needs to be looked into in separate PR
Configuration menu - View commit details
-
Copy full SHA for 6a4811f - Browse repository at this point
Copy the full SHA 6a4811fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a18ff8 - Browse repository at this point
Copy the full SHA 5a18ff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for afc29ba - Browse repository at this point
Copy the full SHA afc29baView commit details -
TST: raise flag_crit in test_simulated
the test_simulated file is very short, approx 20 seconds. So a few epochs with blinks will be outliers and accont for more than 20 percent of total epochs, causing the channel to be flagged. Raise the flag_crit to 30 percent to be more liberal so that blinks in a channel to cause it to be flagged
Configuration menu - View commit details
-
Copy full SHA for b997a0a - Browse repository at this point
Copy the full SHA b997a0aView commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cbeef41 - Browse repository at this point
Copy the full SHA cbeef41View commit details -
DOC, FIX: fixed instructions to build docs locally
to open the built docs, path should end with .html not .rst
Configuration menu - View commit details
-
Copy full SHA for 1597e36 - Browse repository at this point
Copy the full SHA 1597e36View commit details -
Configuration menu - View commit details
-
Copy full SHA for c257c0e - Browse repository at this point
Copy the full SHA c257c0eView commit details