[Fix] Warning filter in fluctuating LB test
Compare changes
+ 12
− 12
@@ -8,13 +17,6 @@ import numpy as np
@@ -8,13 +17,6 @@ import numpy as np
from pystencils.backends.simd_instruction_sets import get_supported_instruction_sets, get_vector_instruction_set
@@ -294,13 +296,11 @@ def test_vectorization(data_type, assume_aligned, assume_inner_stride_one, assum
@@ -294,13 +296,11 @@ def test_vectorization(data_type, assume_aligned, assume_inner_stride_one, assum
if not assume_inner_stride_one and 'storeS' not in get_vector_instruction_set(data_type, instruction_set):