ProvTools / provR

GNU General Public License v2.0
7 stars 3 forks source link

Value size seems off #67

Closed tfjmp closed 6 years ago

tfjmp commented 6 years ago

For example: "rdt:value" : "\"sampleCode = 1 \"", "rdt:valType" : {"container":"vector", "dimension":[1], "type":["character"]},

I would not expect dimension to be 1 here, though?

MKLau commented 6 years ago

That makes sense to me. Vectors are of one dimension. Matrices are of two dimensions, arrays are of n dimensions.

tfjmp commented 6 years ago

Oki ty Matt closing.