CliMA / Cloudy.jl

:cloud_with_rain: Multi-moment cloud microphysics toy model
Apache License 2.0
15 stars 3 forks source link

atol -> rtol in all tests #32

Closed trontrytel closed 4 years ago

trontrytel commented 4 years ago

I changed absolute tolerance to relative tolerance in all tests.

In tests KernelTensors line 94 and in Distributions lines 129-132 the relative tolerance had to be set to a bigger number than in other similar tests. Not sure why.

I added Test package to our dependencies.

Not sure why the Manifest file got changed.