Skip to content
Snippets Groups Projects
Commit 614f3518 authored by Jeshon Assunçao's avatar Jeshon Assunçao
Browse files

Merge branch '2-change-structure-of-time-values' into 'master'

Resolve "Change structure of 'time' values"

Closes #2

See merge request !3
parents 3dc98d84 a89cb77a
No related branches found
No related tags found
1 merge request!3Resolve "Change structure of 'time' values"
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment