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

[FIX] add skip test_multitaper_cohere_perfect_cohere for numpy == 1.25.2 #588

Conversation

Moritz-Alexander-Kern
Copy link
Member

Added numpy == 1.25.2 to the following code snippet, since the related numpy issue was not fixed with the latest release.

@pytest.mark.skipif(np.__version__ in ['1.25.0', '1.25.1'],
reason="This test will fail with numpy version"
"1.25.0, 1.25.1 see issue #24000"
"https://github.com/numpy/numpy/issues/24000 ")

@coveralls
Copy link
Collaborator

coveralls commented Aug 1, 2023

Coverage Status

coverage: 86.977%. remained the same when pulling 8233da7 on INM-6:fix/unitest_numpy_1.25.2_in_spectral into 2bd871a on NeuralEnsemble:master.

Copy link
Member Author

@Moritz-Alexander-Kern Moritz-Alexander-Kern left a comment

Choose a reason for hiding this comment

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

build wheels

@Moritz-Alexander-Kern Moritz-Alexander-Kern merged commit 3a784fd into NeuralEnsemble:master Sep 5, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Fix for an indentified bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants