From f4295041f9e441922ceec7416b79a739f4eb036c Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Wed, 4 Mar 2020 16:38:44 -0600 Subject: [PATCH] bug fix: type --- pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline.py b/pipeline.py index 6bbec2f..cd527a5 100644 --- a/pipeline.py +++ b/pipeline.py @@ -92,7 +92,7 @@ class Components : # - where to get the data # - 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} qwriter.write(p) #