Currently if you import the virtual_rainforest package, all models are loaded (which is slow) and lots of log output is produced, even though the models are not necessarily needed. For example, if you run vr_run --help, you get this output.
This isn't currently a problem (though it would be nice if the output of vr_run --help weren't so ugly), but we may wish to add additional commands to vr_run or make virtual_rainforest usable as a library in some way, in which case this will become annoying.
Currently if you import the
virtual_rainforestpackage, all models are loaded (which is slow) and lots of log output is produced, even though the models are not necessarily needed. For example, if you runvr_run --help, you get this output.This isn't currently a problem (though it would be nice if the output of
vr_run --helpweren't so ugly), but we may wish to add additional commands tovr_runor makevirtual_rainforestusable as a library in some way, in which case this will become annoying.