SciML / Surrogates.jl

Surrogate modeling and optimization for scientific machine learning (SciML)
https://docs.sciml.ai/Surrogates/stable/
Other
328 stars 70 forks source link

Check if tests pass on master #396

Closed ranjanan closed 1 year ago

vikram-s-narayan commented 2 years ago

Related Info:

SurrogatesPolyChaos tests do not pass on GitHub. However, on my local, the tests pass. Similarly, in PR #394 when I changed up the order in which the lib packages were tested, for SurrogatesFlux the tests did not pass on GitHub but passed on my system.

ChrisRackauckas commented 2 years ago

It looks like it suddenly needs a derivative of the constructor of the type?

https://github.com/SciML/Surrogates.jl/runs/8094672691?check_suite_focus=true#step:6:980

It would be good to get an upstream report on that.