Skip to content

Commit fce833a

Browse files
committed
Fix construction of Accumulate in tests
1 parent d160b7b commit fce833a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/autojac/_transform/test_interactions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def test_conjunction_accumulate_select():
195195
input = Gradients({key: value})
196196

197197
select = Select([])
198-
accumulate = Accumulate([key])
198+
accumulate = Accumulate()
199199
conjunction = accumulate | select
200200

201201
output = conjunction(input)

0 commit comments

Comments
 (0)