Skip to content

Commit

Permalink
Merge pull request #80 from bomtuckle/feature/CIPW-output-update
Browse files Browse the repository at this point in the history
Dropped columns from FREE df that are not required
  • Loading branch information
morganjwilliams committed Jan 24, 2023
2 parents ca77c06 + c6fa45d commit 6ecb02d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyrolite/mineral/normative.py
Original file line number Diff line number Diff line change
Expand Up @@ -1214,6 +1214,8 @@ def corr_m_wt(oxide):
["FREEO_12b", "FREEO_12c", "FREEO_13", "FREEO_14", "FREEO_16"]
].sum(axis=1)

FREE.drop(["FREEO_12b", "FREEO_12c", "FREEO_13", "FREEO_14", "FREEO_16"], axis=1, inplace=True)

############################################################################
# get masses of free components
############################################################################
Expand Down

0 comments on commit 6ecb02d

Please sign in to comment.