SEMAFORInformatik / femagtools

Python API for FEMAG
BSD 2-Clause "Simplified" License
19 stars 13 forks source link

Meshio 5: TypeError: 'CellBlock' object is not subscriptable #73

Closed ronaldtanner closed 2 years ago

ronaldtanner commented 2 years ago

With Meshio 5 test_convert fails:

`

  assert m.cells[1][0] == "triangle" and len(m.cells[1][1]) == 1522

E TypeError: 'CellBlock' object is not subscriptable `