We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7262ad commit e6fdf86Copy full SHA for e6fdf86
src/blosc2/lazyexpr.py
@@ -2713,9 +2713,8 @@ def find_args(expr):
2713
2714
return value, expression[idx:idx2]
2715
2716
- # ne_evaluate will need safe_blosc2_globals for some functions (e.g. clip, logaddexp)
2717
-
2718
def _compute_expr(self, item, kwargs): # noqa : C901
+ # ne_evaluate will need safe_blosc2_globals for some functions (e.g. clip, logaddexp)
2719
# that are implemenetd in python-blosc2 not in numexpr
2720
global safe_blosc2_globals
2721
if len(safe_blosc2_globals) == 0:
0 commit comments