Skip to content

Commit

Permalink
Show re-enabling optimization via environment in example script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivilata committed Dec 5, 2023
1 parent 19433a8 commit 16bcbcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/blosc2_optimized_slicing.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,4 @@
slice_ = dataset[150:, 150:]
print("Slice from dataset:", slice_, sep='\n')
print("Slice from input array:", data[150:, 150:], sep='\n')
os.environ['BLOSC2_FILTER'] = '0' # back to normal

0 comments on commit 16bcbcc

Please sign in to comment.