We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13c522 commit 1d40471Copy full SHA for 1d40471
tests/graph/test_basic.py
@@ -372,7 +372,7 @@ def test_eval_kwargs(self):
372
self.w.eval({self.z: 3, self.x: 2.5}, on_unused_input="warn")
373
assert self.w.eval({self.z: 3, self.x: 2.5}, on_unused_input="ignore") == 6.0
374
375
- # regression test for
+ # regression test for https://github.com/pymc-devs/pytensor/issues/1084
376
q = self.x + 1
377
assert q.eval({"x": 1, "y": 2}, on_unused_input="ignore") == 2.0
378
0 commit comments