You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for giving us this great tool.
I tried to apply it to a mesh I made in Simvascular and I got the following error:
Traceback (most recent call last):
File "Mesh-converter.py", line 182, in
convert_to_dolfin_xdmf(**read_command_line())
File "Mesh-converter.py", line 138, in convert_to_dolfin_xdmf
N = msh_vtp.cells["triangle"].shape[0]
TypeError: list indices must be integers or slices, not str
Can I overcome this problem somehow?
With kind regards,
The text was updated successfully, but these errors were encountered:
Flagy
added a commit
to Flagy/Tools
that referenced
this issue
Oct 6, 2022
Good evening,
Thank you for giving us this great tool.
I tried to apply it to a mesh I made in Simvascular and I got the following error:
Traceback (most recent call last):
File "Mesh-converter.py", line 182, in
convert_to_dolfin_xdmf(**read_command_line())
File "Mesh-converter.py", line 138, in convert_to_dolfin_xdmf
N = msh_vtp.cells["triangle"].shape[0]
TypeError: list indices must be integers or slices, not str
Can I overcome this problem somehow?
With kind regards,
The text was updated successfully, but these errors were encountered: