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
/tmp/GEOSX/inputFiles/wavePropagation/acouselas3D.xml:24: element ElasticSEM: Schemas validity error : Element 'ElasticSEM', attribute 'sourceCoordinates': [facet 'pattern'] The value '*** ***' is not accepted by the pattern '.*[\[\]`$].*|\***\s*(\***\s*(([+-]?[\d]*([\d]\.?|\.[\d])[\d]*([eE][-+]?[\d]+|\s*),\s*)*[+-]?[\d]*([\d]\.?|\.[\d])[\d]*([eE][-+]?[\d]+|\s*))?\s*\***,\s*)*\***\s*(([+-]?[\d]*([\d]\.?|\.[\d])[\d]*([eE][-+]?[\d]+|\s*),\s*)*[+-]?[\d]*([\d]\.?|\.[\d])[\d]*([eE][-+]?[\d]+|\s*))?\s*\***\s*\***'.
/tmp/GEOSX/inputFiles/wavePropagation/acouselas3D.xml:24: element ElasticSEM: Schemas validity error : Element 'ElasticSEM', attribute 'sourceCoordinates': '*** ***' is not a valid value of the atomic type 'real64_array2d'.
/tmp/GEOSX/inputFiles/wavePropagation/acouselas3D.xml fails to validate
XML validation failed. See details in xml_validation_results.log
Expected behavior
Be able to declare / initialize an empty 2D array from the xml input file.
Subset of xml (problematic line: sourceCoordinates="{ }"):
Describe the bug
This used to work before in #2557, but
xml
/xsd
schema validation is now broken in #2813 's CI.Error
Expected behavior
Be able to declare / initialize an empty 2D array from the xml input file.
Subset of xml (problematic line:
sourceCoordinates="{ }"
):It makes sense in my coupled solver to have a single source in the acoustic domain and no source in the elastic sub-domain.
An alternative would be to make the source and receivers optional in a specific domain.
The text was updated successfully, but these errors were encountered: