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
While troubleshooting an issue with erroneous plant density outputs while using inventory initialization mode with @rgknox and @JessicaNeedham today, we found that the model was silently aborting the CSS file read once it hit an invalid "NA" datatype that was mistakenly included in the CSS file. We should add a check during each line read to fail then run gracefully if the read can't parse the data.
The text was updated successfully, but these errors were encountered:
While troubleshooting an issue with erroneous plant density outputs while using inventory initialization mode with @rgknox and @JessicaNeedham today, we found that the model was silently aborting the CSS file read once it hit an invalid "NA" datatype that was mistakenly included in the CSS file. We should add a check during each line read to fail then run gracefully if the read can't parse the data.
The text was updated successfully, but these errors were encountered: