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 c40a079 commit 6d83c24Copy full SHA for 6d83c24
pytensor/compile/function/pfunc.py
@@ -453,7 +453,6 @@ def pfunc(
453
inputs, cloned_outputs = construct_pfunc_ins_and_outs(
454
params,
455
outputs,
456
- mode,
457
updates,
458
givens,
459
no_default_updates,
@@ -479,7 +478,6 @@ def pfunc(
479
478
def construct_pfunc_ins_and_outs(
480
481
outputs=None,
482
- mode=None,
483
updates=None,
484
givens=None,
485
no_default_updates=False,
0 commit comments