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._
).