summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/tensor/attributes.cfg
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2017-08-11 16:39:15 +0200
committerGeir Storli <geirst@yahoo-inc.com>2017-08-11 16:39:15 +0200
commit56a873c580784c986dede9dc5cf8d0b06427c562 (patch)
tree33ccd2baba19f0fa654e9051d3c2a3979ed24911 /config-model/src/test/derived/tensor/attributes.cfg
parent273a3b5e1d754ad6ca321488a761b0dcb7df48d9 (diff)
Add imported flag to attributes config.
Diffstat (limited to 'config-model/src/test/derived/tensor/attributes.cfg')
-rw-r--r--config-model/src/test/derived/tensor/attributes.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/config-model/src/test/derived/tensor/attributes.cfg b/config-model/src/test/derived/tensor/attributes.cfg
index 8819e28b354..8f5f53e99dc 100644
--- a/config-model/src/test/derived/tensor/attributes.cfg
+++ b/config-model/src/test/derived/tensor/attributes.cfg
@@ -17,6 +17,7 @@ attribute[0].lowerbound -9223372036854775808
attribute[0].upperbound 9223372036854775807
attribute[0].densepostinglistthreshold 0.4
attribute[0].tensortype "tensor(x[2],y[])"
+attribute[0].imported false
attribute[1].name "f3"
attribute[1].datatype TENSOR
attribute[1].collectiontype SINGLE
@@ -36,6 +37,7 @@ attribute[1].lowerbound -9223372036854775808
attribute[1].upperbound 9223372036854775807
attribute[1].densepostinglistthreshold 0.4
attribute[1].tensortype "tensor(x{})"
+attribute[1].imported false
attribute[2].name "f4"
attribute[2].datatype TENSOR
attribute[2].collectiontype SINGLE
@@ -54,4 +56,5 @@ attribute[2].arity 8
attribute[2].lowerbound -9223372036854775808
attribute[2].upperbound 9223372036854775807
attribute[2].densepostinglistthreshold 0.4
-attribute[2].tensortype "tensor(x[10],y[20])" \ No newline at end of file
+attribute[2].tensortype "tensor(x[10],y[20])"
+attribute[2].imported false \ No newline at end of file