summaryrefslogtreecommitdiffstats
path: root/qtip/utils/report/get_indices.py
diff options
context:
space:
mode:
Diffstat (limited to 'qtip/utils/report/get_indices.py')
-rw-r--r--qtip/utils/report/get_indices.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/qtip/utils/report/get_indices.py b/qtip/utils/report/get_indices.py
deleted file mode 100644
index 91219c0b..00000000
--- a/qtip/utils/report/get_indices.py
+++ /dev/null
@@ -1,8 +0,0 @@
-import json
-
-
-def get_index(suite):
- with open('../../results/' + suite + '.json') as result_file:
- result_djson = json.load(result_file)
- index = result_djson['index']
- return index