Re: Redundant migration code

2020-09-20 Thread Silvio J. Gutierrez
away the circular reference problem? > > Andrew > > On Sat, Sep 19, 2020, at 3:20 PM, Silvio J. Gutierrez wrote: > > 3 tests fail when I comment out the code, however, I suspect it's because > of this: > > test_autodetector.py#586 > > It's directly calling _detec

Re: Redundant migration code

2020-09-19 Thread Silvio J. Gutierrez
3 tests fail when I comment out the code, however, I suspect it's because of this: test_autodetector.py#586 It's directly calling _detect_changes before piping it to the optimizer. So rightly so, it expects more operations than post optimization. I could be totally wrong though. Basically,