Skip to content

Commit 316ad1e

Browse files
committed
disable saving dataruns json
1 parent 4af2419 commit 316ad1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sintel/resources/datarun.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ def get(self):
249249
return {'message': str(e)}, 500
250250
else:
251251
print(f'ready to return dataruns: {experiment_doc.id}')
252-
print(len(dataruns), sys.getsizeof(dataruns))
253-
print(dataruns[0].keys())
254-
with open('/home/dongyu/apps/sintel-mtvtest/tutorials/dataruns-2week.json', 'w') as f:
255-
json.dump(dataruns, f)
252+
# print(len(dataruns), sys.getsizeof(dataruns))
253+
# print(dataruns[0].keys())
254+
# with open('/home/dongyu/apps/sintel/tutorials/dataruns-1week.json', 'w') as f:
255+
# json.dump(dataruns, f)
256256
return {'dataruns': dataruns}

0 commit comments

Comments
 (0)