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
Note that attributes can only be accessed from a concrete instance of an object.
In the example above, N5P5ZD = construct_size_structured_NPZD() creates an abstract type that can then be instantiated. Once a concrete model is created (with specific parameter values) one can access its attributes. For example, to get all alpha values:
N5P5ZD = construct_size_structured_NPZD()
model = N5P5ZD()
model.alpha
Something like the pseudo code below would be very useful for analysis (e.g. quickly deriving the size of each P).
The text was updated successfully, but these errors were encountered: