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

Add kwargs to aesara.graph.basic.clone_get_equiv #1296

Merged

Conversation

brandonwillard
Copy link
Member

This allows one to specify the options passed to Apply.clone_with_new_inputs.

This allows one to specify the options passed to `Apply.clone_with_new_inputs`.
@codecov
Copy link

codecov bot commented Nov 12, 2022

Codecov Report

Merging #1296 (ca56923) into main (31b77a2) will not change coverage.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1296   +/-   ##
=======================================
  Coverage   74.12%   74.12%           
=======================================
  Files         174      174           
  Lines       48654    48654           
  Branches    10353    10353           
=======================================
  Hits        36064    36064           
  Misses      10300    10300           
  Partials     2290     2290           
Impacted Files Coverage Δ
aesara/graph/basic.py 89.00% <100.00%> (ø)

@brandonwillard brandonwillard merged commit eace7f6 into aesara-devs:main Nov 12, 2022
@brandonwillard brandonwillard deleted the add-clone_get_equiv-kwargs branch November 12, 2022 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants