Closed kevinsmia1939 closed 2 years ago
Hi @kevinsmia1939,
Great - thanks.
Could I ask you to push the pull-request to the "release_0_4_2" branch instead of "master"?
I will try to explain why:
We (I guess mostly I) started to work towards an updated layout of cellpy
. One of the things we/I am trying to achieve is to make cellpy
a bit more "unit agnostic". So that people can set what kind of units they want to use (with some restrictions).
One result of that is that the column headers of new versions will have names like "cumulated_coulombic_difference_gravimetric"
instead of "cumulated_coulombic_difference_u_mAh_g"
etc. At least that is how it is in the (not released) 0.5.0 version.
Not sure what is the best way to structure git/github branches etc, but I decided to use "master" for the new cellpy
versions and make a branch called "release_0_4_2" for all the changes that fixes stuff in cellpy
prior to changing the column-names.
I guess that it also means that (if you have time) you could introduce the same change for the new cellpy
(using "..._gravimetric"
instead of "..._u_mAh_g"
and make a pull request of that to "master".
Let me know if this did not make any sense.
All the best, Jan Petter
Using
summary["Cycle_Index"]
would result in https://github.com/jepegit/cellpy/issues/228 and likewisesummary["Cumulated_Coulombic_Difference(mAh/g)"]
. Addingprint(summary.columns)
show possible column names,which is use to replace the previous column keys.
Test on openSUSE Tumbleweed 20221107 Spyder 5.4.0 Python version: 3.10.8 cellpy: 0.4.2.post1 pandas: 1.5.1