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
I'm running a model through the API.
When retrieving the dependent variable X and checking its length, I'm finding it is larger than the active cells, as defined in the idomain.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
Proly a basic question...
I'm running a model through the API.
When retrieving the dependent variable
X
and checking its length, I'm finding it is larger than the active cells, as defined in theidomain
.Then, when reading the
iactive
array with:this array has
ones
that match the idomain array andzeros
that correspond to the "extra" cells inX
.I reckon my questions are:
Where could these "extra cells" be coming from?
Is it ''safe'' to filter the
X
array with theiactive
array?Any insights will be appreciated.
Thank you!!
P
Beta Was this translation helpful? Give feedback.
All reactions