Spaces:
Runtime error
Runtime error
update evaluate_data.py to return test_data instead of storing it
Browse files- evaluate_data.py +3 -2
evaluate_data.py
CHANGED
@@ -124,5 +124,6 @@ def store_sample_data(data):
|
|
124 |
'orgs': sent_orgs
|
125 |
})
|
126 |
|
127 |
-
|
128 |
-
|
|
|
|
124 |
'orgs': sent_orgs
|
125 |
})
|
126 |
|
127 |
+
return test_data
|
128 |
+
# with open('./data/sample_data.json', 'w') as f:
|
129 |
+
# json.dump(test_data, f)
|