Lately, the nutils-of test is crashing due to an error in the nutils participant:
nutils-adapter | Traceback (most recent call last):
nutils-adapter | File "cht.py", line 132, in <module>
nutils-adapter | nutils.cli.run(main)
nutils-adapter | AttributeError: module 'nutils' has no attribute 'cli'
whereby the error refers to the develop version of cht.py.
Notably, the systemtest currently always uses the newest version of nutils, and the first occurence of the error coincides with the release of nutils v6 and development start of nutils v7.
Related issue on systemtests: precice/systemtests#219
Lately, the nutils-of test is crashing due to an error in the nutils participant:
whereby the error refers to the develop version of cht.py.
Notably, the systemtest currently always uses the newest version of nutils, and the first occurence of the error coincides with the release of nutils v6 and development start of nutils v7.
Related issue on systemtests: precice/systemtests#219