#1056 closed defect (duplicate)
Petascopedb is not identical in some tables between imported by wcst_import and testcase_services (petascope.sh)
Reported by: | Bang Pham Huu | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | systemtest | Version: | development |
Keywords: | testcase_wcs | Cc: | Dimitar Misev, Alex Dumitru |
Complexity: | Medium |
Description
One interesting question when imported rgb by wcst_import and by testcase_services is petascopedb is not identical in both cases (some tables). The result is tableName: "value (wcst_import)", "value (testcase_services)"
ps_gridded_domain_set: "{0.5,0.5}", "{0,343}"
ps_rectilinear_axis: "{{1,0}{0,1}}", "{{1,0}{0,-1}}"
I think testcase_services has problem when imported data in here as ps_gridded_domain_set in comment is "stores the grid origin of grid coverage" and ps_rectilinear_axis is "the offset vector(the fixed relative geometric distance between grid points along a grid axis)" - once again, this could be complicated with the origin.
Change History (2)
comment:1 by , 9 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 9 years ago
@Alex: I agree that ps_rectilinear_axis is the same but ps_gridded_domain_set is not the same (something wrong when import by testcase service as you can see).
This is affected by the same issue that we have in #1021