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
{{ message }}
This repository was archived by the owner on Jun 26, 2019. It is now read-only.
With a current build, I'm seeing lots of this type of warning/error:
[warning] Unable to handle reference of type: St10shared_ptrIN3ome3xml5model9ReferenceEE
That's std::shared_ptr<ome::xml::model::Reference> in English.
That's indicative of something wrong in the model code, or invalid input. The former is most likely. Either way, it's something which should be investigated and fixed. Has there been a change to the model without a corresponding update to the C++ model code or templates?