When setting up pymob in a new environment, I noticed that the program could not be imported when optional dependencies were not installed. This was fixed in #29, but it is not tested and similar issues may arise again. Therefore a build environment should be created in a github action that only installs the minimal build and runs a suite of tests that see if the minimal pymob implementation (which should be able to setup and execute simulation) works.
This is relevant only after relase 0.4.0 has been launched
When setting up pymob in a new environment, I noticed that the program could not be imported when optional dependencies were not installed. This was fixed in #29, but it is not tested and similar issues may arise again. Therefore a build environment should be created in a github action that only installs the minimal build and runs a suite of tests that see if the minimal pymob implementation (which should be able to setup and execute simulation) works.
This is relevant only after relase 0.4.0 has been launched