We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d160b7b commit fce833aCopy full SHA for fce833a
tests/unit/autojac/_transform/test_interactions.py
@@ -195,7 +195,7 @@ def test_conjunction_accumulate_select():
195
input = Gradients({key: value})
196
197
select = Select([])
198
- accumulate = Accumulate([key])
+ accumulate = Accumulate()
199
conjunction = accumulate | select
200
201
output = conjunction(input)
0 commit comments