Closed bjornrommel closed 11 months ago
Hi,
Please try editing the notebook to read
mesh = Mesh2d(nodes, triangles.astype(np.int64),
instead of
mesh = Mesh2d(nodes, triangles.astype(int),
For the second error, there must have been a .
that has been added between tt
and crpy
, you shoud have ttcrpy
https://github.com/groupeLIAMG/ttcr/blob/42cdc71f19bf3abe100a35718eaea7ae028ca0a6/src/ttcrpy/tmesh.pyx#L1228
Bernard,
I get a ValueError when running your example 5 inside Spyder.
I am confused as Jupyter works fine???
Pylint also reports an Error
but that could be due to a missing __init__.py' in the directory scr.
Björn