Closed remrama closed 1 year ago
Base: 91.47% // Head: 91.47% // No change to project coverage :thumbsup:
Coverage data is based on head (
4f18416
) compared to base (806b08f
). Patch coverage: 0.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Awesome, thanks! Merging now.
Solves an obscure numba bug (specifically in
yasa.numba._corr
) that was popping up for only some users/systems. See the madness in #107.Note: I thought it would be best to add some new tests for this, but I looked and the current tests in
test_numba.py
do catch it. So it's really just specific to some systems that don't get run during the unittests.