Fix debugprint
's FunctionGraph
inputs option
#1436
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
tooling
Relates to developer tools for printing, debugging, and/or manipulating Aesara objects
When two
FunctionGraph
s are printed bydebugprint
simultaneously with theprint_fgraph_inputs
option, inputs from bothFunctionGraph
s are combined, instead of shown separately above the outputs of eachFunctionGraph
.The text was updated successfully, but these errors were encountered: