diff options
Diffstat (limited to 'utils/report/get_indices.py')
-rw-r--r-- | utils/report/get_indices.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/utils/report/get_indices.py b/utils/report/get_indices.py deleted file mode 100644 index 91219c0b..00000000 --- a/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 |