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

CI: Update test workflow with narrower job spec, more Python versions, concurrency #200

Merged
merged 5 commits into from
Mar 28, 2023

Conversation

effigies
Copy link
Member

Tests are failing. Starting by just updating config.

Comment on lines 418 to 425

wp = [lb_frac, ub_frac]

ws = [np.max([lb_frac - 0.1, 0]),
np.min([ub_frac + 0.1, 1.0])]
ws = [np.max([lb_frac - 0.1, 0.001]),
np.min([ub_frac + 0.1, 0.999])]

# For the lowpass:
elif lb_frac == 0:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This patch is required by scipy/scipy#15092. I'm not sure if it's the right patch though.


NFFT = 256
Fs = 1.0
noverlap = NFFT / 2
noverlap = NFFT // 2
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure when float noverlap stopped being okay, but given this is always 128, this seems fine.

@effigies effigies requested a review from arokem March 28, 2023 00:15
@arokem arokem merged commit be154ec into nipy:master Mar 28, 2023
@effigies effigies deleted the ci/fix_test_config branch March 28, 2023 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants