mdhaber / scipy

Scipy library main repository
http://scipy.org/scipylib/
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

Cython review response #19

Closed mckib2 closed 4 years ago

mckib2 commented 4 years ago

Reference issue

https://github.com/scipy/scipy/pull/12043

What does this implement/fix?

Additional information

Breaks 3 unit tests related to upgrades in presolve. Currently I am skipping those tests to make everything else works while we wait for upstream fixes:

Probably not ready for merge until unit tests pass again. EDIT: rollback resolves unit test failures

Upstream issue: https://github.com/ERGO-Code/HiGHS/issues/372

mdhaber commented 4 years ago

Can you undo the upstream updates so we can merge the responses to @rgommers comments?

mckib2 commented 4 years ago

I can sure try, I've never tried to remove commits before. Apologies, I thought since we were bumped to 1.6 that we'd have a little bit of time

mdhaber commented 4 years ago

Well, we do... but it might help keep reviewer attention.

mckib2 commented 4 years ago

Reverted, removed unit test skips, should be ready to merge

mdhaber commented 4 years ago

Should I wait for CI?

mckib2 commented 4 years ago

Yeah, let's wait to make sure. I'd hate to fail for something stupid while everyone's looking ;)

mckib2 commented 4 years ago

Looks good to go