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
The class, representing a region, do not have a explicit self.magnitude attribute. However, this attribute is called in some occasions. For example, in
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.
The text was updated successfully, but these errors were encountered:
The class, representing a region, do not have a explicit self.magnitude attribute. However, this attribute is called in some occasions. For example, in
pycsep/csep/core/catalogs.py
Line 717 in 5f84ea9
In predetermined regions, the attributed is hard-coded into the CartesianGrid2D class.
pycsep/csep/core/regions.py
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.
The text was updated successfully, but these errors were encountered: