SciML / Catalyst.jl

Chemical reaction network and systems biology interface for scientific machine learning (SciML). High performance, GPU-parallelized, and O(1) solvers in open source software.
https://docs.sciml.ai/Catalyst/stable/
Other
437 stars 71 forks source link

[v14 - Ready] Fix deprecated method usage and unnecessary prints while tests run #928

Closed TorkelE closed 3 weeks ago

TorkelE commented 3 weeks ago

With the test log now mostly cleaned of Symbolics stuff, I have been able to go through the other stuff in there and fix it. This PR fixes a couple of incorrect method usage (a few cases where I do sys.field and not get_field(sys)). It also fixes some usage in the test files which leads to unnecessary warnings. Finally, I remove some cases where log messages are printed unnecessarily (producing unnecessary test in the test log).

Edit: There are some cases that still remain, I am looking into these, but might take a while to figure out some stuff which is produced by other packages.