Need to look into the meshing for BEMPP. Would be best to make py_electrodes independent of BEMPP, but return a usable mesh for electrode assemblies.
File "...\py_electrodes.py", line 320, in get_bempp_mesh
_vertices = mesh.leaf_view.vertices
AttributeError: 'Grid' object has no attribute 'leaf_view'
Need to look into the meshing for BEMPP. Would be best to make py_electrodes independent of BEMPP, but return a usable mesh for electrode assemblies.
File "...\py_electrodes.py", line 320, in get_bempp_mesh
_vertices = mesh.leaf_view.vertices
AttributeError: 'Grid' object has no attribute 'leaf_view'