-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Description
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
| mag_bins = self.region.magnitudes |
In predetermined regions, the attributed is hard-coded into the CartesianGrid2D class.
Line 58 in 5f84ea9
| relm_region.magnitudes = magnitudes |
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.
Metadata
Metadata
Assignees
Labels
No labels