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
Given that the Lattice api is going to change soon, I suggest to raise a NotImplementedError in when Lattice.type == 'Hexagonal' to make sure that user are informed of the current issue.
looking at the implementation of Lattice.get_ccordinates https://github.com/simphony/simphony-common/blob/master/simphony/cuds/lattice.py#L116 it looks that providing the x,y,x coordinates of hexagonal lattice nodes is not supported.
Given that the Lattice api is going to change soon, I suggest to raise a
NotImplementedErrorin whenLattice.type == 'Hexagonal'to make sure that user are informed of the current issue.