We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Occasionally, the test_multitaper_psd_behavior fails.
test_multitaper_psd_behavior
To Reproduce
test_spectral.py
====================================================================== FAIL: test_multitaper_psd_behavior (elephant.test.test_spectral.MultitaperPSDTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jurkus/repositories/elephant/elephant/test/test_spectral.py", line 216, in test_multitaper_psd_behavior self.assertEqual(freqs[psd.argmax()], signal_freq) AssertionError: array(99.8) * Hz != 100.0 ---------------------------------------------------------------------- Ran 24 tests in 1.365s FAILED (failures=1)
Expected behavior The test should always pass.
Environment
conda
pip
neo
elephant
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Occasionally, the
test_multitaper_psd_behavior
fails.To Reproduce
test_spectral.py
multiple timesExpected behavior
The test should always pass.
Environment
conda
,pip
, source): pip, sourceneo
python package version: 0.10.0elephant
python package version: 0.12.0b1The text was updated successfully, but these errors were encountered: