Skip to content

Commit c6ae1a7

Browse files
committed
fixed broken test in integration_tests elemental_01
1 parent 3510f72 commit c6ae1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/elemental_01.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def elemental_sin():
101101

102102
sin1d = sin(sin(array1d))
103103

104-
verify1d(array1d, sin1d, 256) # working fine
104+
verify1d(array1d, sin1d, 256)
105105

106106
arraynd: f32[256, 64, 16] = empty((256, 64, 16), dtype=float32)
107107
sinnd: f32[256, 64, 16] = empty((256, 64, 16), dtype=float32)

0 commit comments

Comments
 (0)