Open
Description
I just tried to compile/test next
(at 1707893), and MMS-spatial-fci
failed due to
Traceback (most recent call last):
File ".../BOUT-dev/build/tests/MMS/spatial/fci/runtest", line 20, in <module>
import zoidberg as zb
ModuleNotFoundError: No module named 'zoidberg'
I guess we should maybe: include zoidberg
as a submodule like boutdata/boututils; test whether zoidberg
is available, and make running MMS-spatial-fci
conditional on it being found; something else?