Closed frances-h closed 1 year ago
Base: 75.12% // Head: 75.21% // Increases project coverage by +0.09%
:tada:
Coverage data is based on head (
8a7545c
) compared to base (95c9b16
). Patch coverage: 100.00% of modified lines in pull request are covered.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Resolve #307
Set the query engine to
'python'
if more than 31row_filter
s are specified. Trying to use the defaultnumexpr
will result in aValueError
orMemory
error if more than 31row_filter
s are provided, probably due tonumpy
limitingNPY_MAXARGS=32
.