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
I have it working again with these modifications:
line 49 : data_array = [cell.data for cell in msh.cells if cell.type == cell_type]
line 57 : cell_type=cell_type,
line 109 : data_array = [cell.data for cell in msh.cells if cell.type == cell_type]
line 117 : cell_type=cell_type,
Recent changes to meshio now cause test_conversion.py to fail:
This is with meshio 5.3.0. The change might be related to nschloe/meshio#1234 , which went into meshio 5.1.1
The text was updated successfully, but these errors were encountered: