Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit c8df944

Browse files
authored
enabling test_add_broadcast (#45)
1 parent 1320e79 commit c8df944

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

imex_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4366dfe334c62a1321d9aac2bae183a10f5259a1
1+
c691ba22fdfbd282f7feb3c7a28196369a73ff1f

test/test_ewb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ def test_add_shifted6(self):
112112
r1 = dt.sum(c)
113113
assert int(r1) == 388
114114

115-
@pytest.mark.skip(reason="FIXME halo update")
116115
def test_add_broadcast(self):
117116
def doit(aapi):
118117
a = aapi.zeros((16, 16), dtype=aapi.int64)

0 commit comments

Comments
 (0)