simpeg / discretize

Discretization tools for finite volume and inverse problems.

Home Page:http://discretize.simpeg.xyz/

Repository from Github https://github.comsimpeg/discretizeRepository from Github https://github.comsimpeg/discretize

Bug accessing `TreeCell.faces`

nwilliams-kobold opened this issue · comments

From: https://simpeg.slack.com/archives/C02SUL76M/p1650320700618419

It looks like there is an issue accessing TreeCell.faces. TreeCell.nodes and TreeCell.edges work fine.

@lheagy indicated that it should be checking if self._dim == 3: (but it just says self._).

image