DEEPDIP-project / CoupledNODE.jl

Apache License 2.0
2 stars 0 forks source link

Automated tests from the examples #33

Open SCiarella opened 2 months ago

SCiarella commented 2 months ago

We are basically using the examples as tests, since we try to implement new features that are backwards compatible with the previous example.

It would be much faster if we could run automated tests for this, instead of running all the previous notebooks one by one.

luisaforozco commented 1 month ago

For the moment we have tests that call the examples. However, sometimes they fail unexpectedly and they are also very slow.