elshehawy commited on
Commit
0bb0923
Β·
1 Parent(s): 72fee02

update evaluate_data.py to return test_data instead of storing it

Browse files
Files changed (1) hide show
  1. 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
- with open('./data/sample_data.json', 'w') as f:
128
- json.dump(test_data, f)
 
 
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)