bug fix: type

This commit is contained in:
Steve Nyemba 2020-03-04 16:38:44 -06:00
parent 84b3e6c048
commit f4295041f9
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class Components :
# - where to get the data # - where to get the data
# - and athe arguments to use (partition #,columns,gpu,epochs) # - and athe arguments to use (partition #,columns,gpu,epochs)
# #
info = {"rows":_data.shape[0],"cols":_data.shape[1], "paritition":part_index,"logs":_args['logs']} info = {"rows":_data.shape[0],"cols":_data.shape[1], "partition":part_index,"logs":_args['logs']}
p = {"args":_args,"data":_data.to_dict(orient="records"),"info":info} p = {"args":_args,"data":_data.to_dict(orient="records"),"info":info}
qwriter.write(p) qwriter.write(p)
# #