Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@effigies
Copy link
Member

@effigies effigies commented May 8, 2024

Fixes #439. The issue is that we are importing sdcflows:

from sdcflows import __version__, __copyright__, __packagename__

This will load numpy and apparently create some references that will continue to expect numpy arrays. Or possibly our docstrings generate numpy arrays. But the mock will then make future dives into numpy fail, leading to conflict.

Removing the mock resolves the issue.

@effigies effigies merged commit 2456489 into nipreps:master May 8, 2024
@effigies effigies deleted the doc/unmock-numpy branch May 8, 2024 13:21
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.

docs-building jobs failing

1 participant