Skip to content

Commit 1d40471

Browse files
committed
update on_unused_input in test_eval_kwargs
1 parent f13c522 commit 1d40471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/graph/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def test_eval_kwargs(self):
372372
self.w.eval({self.z: 3, self.x: 2.5}, on_unused_input="warn")
373373
assert self.w.eval({self.z: 3, self.x: 2.5}, on_unused_input="ignore") == 6.0
374374

375-
# regression test for
375+
# regression test for https://github.com/pymc-devs/pytensor/issues/1084
376376
q = self.x + 1
377377
assert q.eval({"x": 1, "y": 2}, on_unused_input="ignore") == 2.0
378378

0 commit comments

Comments
 (0)