diff --git a/extraction/extract_item_into_dict.py b/extraction/extract_item_into_dict.py index 1e3ad38a88a56d750daa00f440f2fb3e7c64dd74..61d409c796867eb31482492660ca0a78b67e4746 100644 --- a/extraction/extract_item_into_dict.py +++ b/extraction/extract_item_into_dict.py @@ -37,7 +37,7 @@ def extract_charge_from_item(item): dict_item["current_charge"] = item[3][0][0][3][0] # Current measured at charger (Amps) floats dict_item["voltage_charge"] = item[3][0][0][4][0] # Voltage measured at charger (Volts) floats # MEH - dict_item["time"] = item[3][0][0][5] # Time vector for the cycle (secs) floats + dict_item["time"] = item[3][0][0][5][0] # Time vector for the cycle (secs) floats return dict_item