Skip to content

Commit

Permalink
Update a cube fixture enough to trigger a test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Neal Richardson committed Jun 21, 2018
1 parent 019f748 commit 352f854
Showing 1 changed file with 7 additions and 188 deletions.
195 changes: 7 additions & 188 deletions tests/integration/fixtures/cubes/array-by-mr.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,31 +30,6 @@
"dimensions": [{
"derived": true,
"references": {
"subreferences": [{
"alias": "a_cat",
"name": "cat",
"description": "a_cat"
}, {
"alias": "a_dog",
"name": "dog",
"description": "a_dog"
}, {
"alias": "a_wombat",
"name": "wombat",
"description": "a_wombat"
}, {
"uniform_basis": null,
"description": null,
"name": "tarantula",
"format": null,
"subreferences": null,
"notes": null,
"api_derivation": null,
"dichotomous": false,
"discarded": null,
"alias": "tarantula",
"view": null
}],
"view": {
"show_counts": false,
"transforms": {
Expand Down Expand Up @@ -84,27 +59,7 @@
"name": "cat",
"description": "a_cat"
},
"id": "0004",
"type": {
"ordinal": false,
"class": "categorical",
"categories": [{
"numeric_value": 1,
"missing": false,
"id": 1,
"name": "not selected"
}, {
"numeric_value": 2,
"missing": false,
"id": 2,
"name": "selected"
}, {
"numeric_value": null,
"missing": true,
"id": -1,
"name": "No Data"
}]
}
"id": "0004"
},
"missing": false
}, {
Expand All @@ -116,27 +71,7 @@
"name": "dog",
"description": "a_dog"
},
"id": "0005",
"type": {
"ordinal": false,
"class": "categorical",
"categories": [{
"numeric_value": 1,
"missing": false,
"id": 1,
"name": "not selected"
}, {
"numeric_value": 2,
"missing": false,
"id": 2,
"name": "selected"
}, {
"numeric_value": null,
"missing": true,
"id": -1,
"name": "No Data"
}]
}
"id": "0005"
},
"missing": false
}, {
Expand All @@ -148,27 +83,7 @@
"name": "wombat",
"description": "a_wombat"
},
"id": "0006",
"type": {
"ordinal": false,
"class": "categorical",
"categories": [{
"numeric_value": 1,
"missing": false,
"id": 1,
"name": "not selected"
}, {
"numeric_value": 2,
"missing": false,
"id": 2,
"name": "selected"
}, {
"numeric_value": null,
"missing": true,
"id": -1,
"name": "No Data"
}]
}
"id": "0006"
},
"missing": false
}, {
Expand All @@ -188,27 +103,7 @@
"alias": "tarantula",
"view": null
},
"id": "f624a951fedf4eeb86774ea84142c043",
"type": {
"ordinal": false,
"class": "categorical",
"categories": [{
"numeric_value": 1,
"missing": false,
"id": 1,
"name": "not selected"
}, {
"numeric_value": 2,
"missing": false,
"id": 2,
"name": "selected"
}, {
"numeric_value": null,
"missing": true,
"id": -1,
"name": "No Data"
}]
}
"id": "f624a951fedf4eeb86774ea84142c043"
},
"missing": false
}],
Expand Down Expand Up @@ -283,19 +178,6 @@
"derived": true,
"references": {
"alias": "languages",
"subreferences": [{
"alias": "Python",
"name": "Python",
"description": "Python"
}, {
"alias": "R",
"name": "R",
"description": "R"
}, {
"alias": "JavaScript",
"name": "JavaScript",
"description": "JavaScript"
}],
"is_dichotomous": false,
"description": "Languages",
"name": "languages"
Expand All @@ -313,28 +195,7 @@
"name": "Python",
"description": "Python"
},
"id": "0007",
"type": {
"ordinal": false,
"class": "categorical",
"categories": [{
"numeric_value": 1,
"selected": true,
"id": 1,
"missing": false,
"name": "Selected"
}, {
"numeric_value": 0,
"missing": false,
"id": 0,
"name": "Not Selected"
}, {
"numeric_value": null,
"missing": true,
"id": -1,
"name": "No Data"
}]
}
"id": "0007"
},
"missing": false
}, {
Expand All @@ -346,28 +207,7 @@
"name": "R",
"description": "R"
},
"id": "0008",
"type": {
"ordinal": false,
"class": "categorical",
"categories": [{
"numeric_value": 1,
"selected": true,
"id": 1,
"missing": false,
"name": "Selected"
}, {
"numeric_value": 0,
"missing": false,
"id": 0,
"name": "Not Selected"
}, {
"numeric_value": null,
"missing": true,
"id": -1,
"name": "No Data"
}]
}
"id": "0008"
},
"missing": false
}, {
Expand All @@ -379,28 +219,7 @@
"name": "JavaScript",
"description": "JavaScript"
},
"id": "0009",
"type": {
"ordinal": false,
"class": "categorical",
"categories": [{
"numeric_value": 1,
"selected": true,
"id": 1,
"missing": false,
"name": "Selected"
}, {
"numeric_value": 0,
"missing": false,
"id": 0,
"name": "Not Selected"
}, {
"numeric_value": null,
"missing": true,
"id": -1,
"name": "No Data"
}]
}
"id": "0009"
},
"missing": false
}],
Expand Down

0 comments on commit 352f854

Please sign in to comment.