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
In ssp_parser::ssp_parser(), the element name ssd:Connector is spelled with a double colon, ssd::Connector. This causes the parser to ignore such elements.
If it is corrected, the tests fail because the parser looks for a type attribute in the Connector element, which doesn't exist. It should look at the type-specific subelement instead (e.g. <Real>).
The text was updated successfully, but these errors were encountered:
In
ssp_parser::ssp_parser()
, the element namessd:Connector
is spelled with a double colon,ssd::Connector
. This causes the parser to ignore such elements.If it is corrected, the tests fail because the parser looks for a
type
attribute in theConnector
element, which doesn't exist. It should look at the type-specific subelement instead (e.g.<Real>
).The text was updated successfully, but these errors were encountered: