Skip to content

Commit f204a6d

Browse files
authored
as previous commit
1 parent c01d544 commit f204a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_multifab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def set_to_five(mm):
260260

261261
@cp.fuse(kernel_name="set_to_seven")
262262
def set_to_seven(x):
263-
x += 7.0
263+
x[...] = 7.0
264264

265265
for mfi in mfab_device:
266266
bx = mfi.tilebox().grow(ngv)

0 commit comments

Comments
 (0)