Hey,
we're experiencing some weird behaviour using the JWSreqests-Tool:
Within our testdata/workspace, we got several multidocuments including outlierdata.
After we apply the JWSreq tool to the workspace, the corresponding entry within the XML-tree of the SAProcessing-XMLfile is deleted, thus the outlier-detection isn't performed anymore.
For example, this is the state of a single MultiDoc/sa-item before using JWSreq (i omitted some lines of XML for the sake of readability here):
<item name="sa5">
<subset>
<item name="name">
<item name="ts">
<item name="domainspec">
<item name="pointspec">
<item name="estimationspec">
<item name="quality">
<item name="metadata">
</subset>
</item>
And now after JWSreq:
<item name="sa5">
<subset>
<item name="name">
<item name="ts">
<item name="domainspec">
<item name="estimationspec">
<item name="metadata">
</subset>
</item>
Note that the elements <item name="pointspec"> and <item name="quality"> are both gone.
From my understanding, it seems strange that the tool is manipulating the files at all. Shouldn't it be supposed solely to create the corresponding x13req-files?
Hey,
we're experiencing some weird behaviour using the JWSreqests-Tool:
Within our testdata/workspace, we got several multidocuments including outlierdata.
After we apply the JWSreq tool to the workspace, the corresponding entry within the XML-tree of the SAProcessing-XMLfile is deleted, thus the outlier-detection isn't performed anymore.
For example, this is the state of a single MultiDoc/sa-item before using JWSreq (i omitted some lines of XML for the sake of readability here):
And now after JWSreq:
Note that the elements
<item name="pointspec">and<item name="quality">are both gone.From my understanding, it seems strange that the tool is manipulating the files at all. Shouldn't it be supposed solely to create the corresponding x13req-files?