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 run_model() interface function returns a namedtuple, in which one of the fields holds the raw results.
Horrible name, but at the time I was thinking an "ecosystem model" may not be concerned only with coral cover, hence it would return the "raw" unprocessed results from a model.
Circa 2 years ago, there was a corresponding field in the Result Set, which I think we've renamed to something more appropriate like "relative cover"...
All this said, all the code in this file needs to be updated or removed. The use cases have shifted compared to two years ago. I'm thinking we can do most, if not all, the same things with the current set of scenario-based metrics
This function tries to access
rs.raw
, which doesn't exist.ADRIA.jl/src/metrics/temporal.jl
Line 53 in a8dc109
I'm not sure if this function should be deleted or modified. I am also not sure what
rs.raw
is supposed to be.The text was updated successfully, but these errors were encountered: