The model tests are currently split between oldtests and modeltests, as we move towards a more rational testing regime. Some of the modeltests fail on macos, but succeed on linux.
As a temporary fix, CI testing with github actions is disabled on macos. For individual users using mac it is suggested to run make oldtests only, if they want to test their installation.
The model tests are currently split between
oldtestsandmodeltests, as we move towards a more rational testing regime. Some of themodeltestsfail on macos, but succeed on linux.As a temporary fix, CI testing with github actions is disabled on macos. For individual users using mac it is suggested to run
make oldtestsonly, if they want to test their installation.