CartesianGrid2D not having magnitude attribute instantiation
Opened this issue · 0 comments
pabloitu commented
The class, representing a region, do not have a explicit self.magnitude attribute. However, this attribute is called in some occasions. For example, in
Line 717 in 5f84ea9
In predetermined regions, the attributed is hard-coded into the CartesianGrid2D class.
Line 58 in 5f84ea9
which also should be part of the workflow of the modeler. However, CartesianGrid2D.magnitudes should be declared at the class init, and have the possibility to be declared when instantiating.