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 SharedVariable.value usage in broadcast_shape_iter #1269

Merged
merged 1 commit into from
Oct 17, 2022

Conversation

brandonwillard
Copy link
Member

Closes #1255

@brandonwillard brandonwillard added the bug Something isn't working label Oct 17, 2022
@brandonwillard brandonwillard self-assigned this Oct 17, 2022
@brandonwillard brandonwillard changed the title Fix SharedVariable.value issue in broadcast_shape_iter Fix SharedVariable.value usage in broadcast_shape_iter Oct 17, 2022
@codecov
Copy link

codecov bot commented Oct 17, 2022

Codecov Report

Merging #1269 (588313b) into main (739bd49) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1269   +/-   ##
=======================================
  Coverage   79.15%   79.15%           
=======================================
  Files         173      173           
  Lines       48536    48536           
  Branches    10322    10322           
=======================================
  Hits        38417    38417           
  Misses       7628     7628           
  Partials     2491     2491           
Impacted Files Coverage Δ
aesara/tensor/extra_ops.py 89.09% <ø> (ø)

@brandonwillard brandonwillard merged commit 8e8c5e8 into aesara-devs:main Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix deprecated SharedVariable.value usage in aesara.tensor.extra_ops.broadcast_shape_iter
1 participant