JuliaDiff / SparseDiffTools.jl

Fast jacobian computation through sparsity exploitation and matrix coloring
MIT License
238 stars 41 forks source link

[DO NOT MERGE] Test fixing tests with logging #76

Closed matbesancon closed 4 years ago

matbesancon commented 4 years ago

This sounds stupid but seems to pass

matbesancon commented 4 years ago

So this is now passing tests, @ChrisRackauckas I have no idea how the behavior can be so weird. Cassette issue?

ChrisRackauckas commented 4 years ago

Seems to be a blow up in compile times due to method invalidations. One of the signature changes is causing more methods to be invalidated at using time to cause more precompilation to happen, triggering failure. I think we should make sure we don't just change tests around that.

ChrisRackauckas commented 4 years ago

I'm merging this since the compile time regressions seem to just be outside of here? and so this fixes master.