Skip to content

Commit 7ac037a

Browse files
Merge pull request #523 from DimitriPapadopoulos/PYL-E0102
Function is being redefined
2 parents 5553281 + e9a42dc commit 7ac037a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

bench/ndarray/jit-expr.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@ def compute_expression_compr(a, b, c):
125125
# c = blosc2.asarray(nc, cparams=cparams, chunks=chunks, blocks=blocks)
126126
print(f"{a.chunks=}, {a.blocks=}, {a.schunk.cratio=:.2f}x")
127127

128-
@blosc2.jit(cparams=cparams_out)
129-
def compute_expression_compr(a, b, c):
130-
return ((a ** 3 + np.sin(a * 2)) < c) & (b > 0)
131-
132128
out = compute_expression_compr(a, b, c)
133129
t0 = time()
134130
for i in range(niter):

0 commit comments

Comments
 (0)