Skip to content

Commit

Permalink
Add type annotations to core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martaiborra committed Sep 13, 2024
1 parent 35cba42 commit ef83759
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 152 deletions.
2 changes: 1 addition & 1 deletion src/blosc2/blosc2_ext.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ def set_nthreads(nthreads):
return rc

def set_blocksize(size_t blocksize=0):
return blosc1_set_blocksize(blocksize)
blosc1_set_blocksize(blocksize)

def clib_info(codec):
cdef char* clib
Expand Down
Loading

0 comments on commit ef83759

Please sign in to comment.