Skip to content
Snippets Groups Projects

Small fixes

Merged Stephan Seitz requested to merge seitz/pystencils:small-fixes into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -46,6 +46,7 @@ def test_inplace_update():
@@ -46,6 +46,7 @@ def test_inplace_update():
kernel(f=arr)
kernel(f=arr)
np.testing.assert_equal(arr, 2)
np.testing.assert_equal(arr, 2)
 
def test_vectorization_fixed_size():
def test_vectorization_fixed_size():
configurations = []
configurations = []
# Fixed size - multiple of four
# Fixed size - multiple of four
Loading