Skip to content

Commit

Permalink
add average OCP data for pos electrode
Browse files Browse the repository at this point in the history
adding data for the positive ocp to test the fit.
  • Loading branch information
js1tr3 committed Oct 3, 2023
1 parent b690952 commit 036cb25
Show file tree
Hide file tree
Showing 3 changed files with 300 additions and 14,679 deletions.
13 changes: 12 additions & 1 deletion degradation_model/run_current_profile.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,18 @@
}
],
"source": [
"hppc_data_raw = pd.read_csv('./data/hppc/' + 'GMJuly2022_CELL017_RPT_1_P25C_25P0PSI_20221121_R0_CH040_20221121171209_37_1_8_2818580181_HPPC' + '.csv')\n",
"# hppc_data_raw = pd.read_csv('./data/hppc/' + 'GMJuly2022_CELL017_RPT_1_P25C_25P0PSI_20221121_R0_CH040_20221121171209_37_1_8_2818580181_HPPC' + '.csv')\n",
"# hppc_data = hppc_data_raw\n",
"# hppc_data_raw.head()\n",
"\n",
"\n",
"# hppc_data_raw = pd.read_csv('./data/hppc/' + 'GMJuly2022_CELL017_RPT_1_P25C_25P0PSI_20221121_R0_CH040_20221121171209_37_1_8_2818580181_HPPC' + '.csv')\n",
"file_path='Z:\\\\voltaiq_data\\\\Processed\\\\GMJuly2022\\\\GMJuly2022_CELL081\\\\RPT.pkl.gz'\n",
" try:\n",
" with gzip.open(file_path, \"rb\") as f:\n",
" record = pickle.load(f)\n",
"\n",
"\n",
"hppc_data = hppc_data_raw\n",
"hppc_data_raw.head()"
]
Expand Down
Loading

0 comments on commit 036cb25

Please sign in to comment.