eitcom / pyEIT

Python based toolkit for Electrical Impedance Tomography
Other
177 stars 100 forks source link

Hello everybody. I am interested in 3D reconstruction. I tried to run the example "eit_static_GN_3D" but i got these errors: #83

Closed ChabaneAmaury closed 1 year ago

ChabaneAmaury commented 1 year ago
  Hello everybody. I am interested in 3D reconstruction. I tried to run the example "eit_static_GN_3D"  but i got these errors:

line 24, in mesh_obj = mesh.create(n_el, h0=0.2, bbox=bbox) line 375, in create p, t = build(fd, fh, pfix=p_fix, bbox=bbox, h0=h0) line 402, in build dm = DISTMESH( line 102, in init p = p[fd(p) < self.geps] # pylint: disable=E1136 line 37, in circle return dist(pts - pc) - r ValueError: operands could not be broadcast together with shapes (1080,3) (2,)

Why I got this error and how can i fix this? Thank you.

Originally posted by @mlucciardi in https://github.com/eitcom/pyEIT/discussions/82