AtChem / AtChem2

Atmospheric chemistry box-model for the MCM
MIT License
58 stars 23 forks source link

Error with test suite #463

Closed Jkhadgi closed 2 years ago

Jkhadgi commented 2 years ago

Error while running make test: image

rs028 commented 2 years ago

Looks like you did not install numdiff. See section 2.3.2 of the manual.

Jkhadgi commented 2 years ago

It seems numdiff is working fine. I tried reinstalling the cvode and run the tests. It works now. So there was the problem with cvode I assume. However, I am having the problem with unittests (which requires fruit). Here is the output: image image

spco commented 2 years ago

Hi @Jkhadgi . Please ignore the libgcov errors, as they're an artefact of the code coverage system, and can be safely ignored in this instance :)

Jkhadgi commented 2 years ago

@spco thanks!!