Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix debugprint's FunctionGraph inputs option #1436

Open
brandonwillard opened this issue Feb 17, 2023 · 2 comments
Open

Fix debugprint's FunctionGraph inputs option #1436

brandonwillard opened this issue Feb 17, 2023 · 2 comments
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

Comments

@brandonwillard
Copy link
Member

When two FunctionGraphs are printed by debugprint simultaneously with the print_fgraph_inputs option, inputs from both FunctionGraphs are combined, instead of shown separately above the outputs of each FunctionGraph.

@brandonwillard brandonwillard added 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 labels Feb 17, 2023
@PaulScemama
Copy link

I'll take a look at this @brandonwillard

@brandonwillard
Copy link
Member Author

I'll take a look at this @brandonwillard

That would be great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants