aesara icon indicating copy to clipboard operation
aesara copied to clipboard

Use dummy input variables during `Scan` rewrites

Open brandonwillard opened this issue 1 year ago • 1 comments

This PR (potentially) addresses some Scan issues that appear when rewrites use nominal variables too liberally.

At the moment, this is just a draft for testing purposes.

brandonwillard avatar Aug 24 '22 05:08 brandonwillard

Codecov Report

Merging #1145 (324c564) into main (d7fb940) will increase coverage by 0.00%. The diff coverage is 45.45%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1145   +/-   ##
=======================================
  Coverage   79.35%   79.35%           
=======================================
  Files         161      161           
  Lines       48260    48262    +2     
  Branches    10955    10955           
=======================================
+ Hits        38295    38297    +2     
  Misses       7453     7453           
  Partials     2512     2512           
Impacted Files Coverage Δ
aesara/scan/op.py 85.48% <0.00%> (ø)
aesara/scan/rewriting.py 79.07% <47.61%> (+0.03%) :arrow_up:

codecov[bot] avatar Aug 24 '22 07:08 codecov[bot]