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
It is not clear what are the accepted string values for the type attribute in the CUDS Lattice container.
From the factory functions in https://github.com/simphony/simphony-common/blob/master/simphony/cuds/lattice.py we find four of the possible values, but the full set of acceptable values should be defined in ABCLattice. One might consider that it would be better if the bravais type was given as an Enum.
It is not clear what are the accepted string values for the
typeattribute in the CUDS Lattice container.From the factory functions in https://github.com/simphony/simphony-common/blob/master/simphony/cuds/lattice.py we find four of the possible values, but the full set of acceptable values should be defined in
ABCLattice. One might consider that it would be better if the bravais type was given as anEnum.