-
Notifications
You must be signed in to change notification settings - Fork 34
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 Azure #82
Conversation
Wow, looks like we never set up the Azure pipeline for this repo. I've done it now: |
# TODO: This is wrong -- it averages in the complex domain (over tapers). | ||
# What it *should* do is compute the conn for each taper, then average | ||
# (see below). | ||
if collapse is not None: | ||
out = np.mean(out, axis=collapse) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see. Thanks for this comment. Perhaps that is why there are some issues in #73
Should we add a badge to the README to indicate testing is done for Windows? |
Feel free -- I think you can take it from MNE-Python. (Azure badge usually indicates Windows support I think.) Feel free to merge this if you're happy @adam2392 and also open an issue for the TODO... I really just wanted to update |
* MAINT: Update Azure * FIX: Make it work, badly * FIX: GL * FIX: Fixes * FIX: Doc
Update for https://devblogs.microsoft.com/devops/hosted-pipelines-image-deprecation/#windows