We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f54aa commit 7a275ceCopy full SHA for 7a275ce
pandas/tests/computation/test_compat.py
@@ -21,7 +21,7 @@ def test_compat():
21
try:
22
import numexpr as ne
23
ver = ne.__version__
24
- elif ver < LooseVersion('2.4.6'):
+ if ver < LooseVersion('2.4.6'):
25
with tm.assert_produces_warning(UserWarning,
26
check_stacklevel=False):
27
assert not _NUMEXPR_INSTALLED
0 commit comments