UBC-MDS / chembox

A package to analyze chemical formulas
https://chembox.readthedocs.io/en/latest/index.html
MIT License
0 stars 2 forks source link

revise get_elements for multiple single components #43

Closed Suraporn closed 1 year ago

Suraporn commented 1 year ago

revise get_elements for multiple single components

codecov[bot] commented 1 year ago

Codecov Report

Base: 89.74% // Head: 99.25% // Increases project coverage by +9.51% :tada:

Coverage data is based on head (26e5b37) compared to base (64c5d9f). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #43 +/- ## ========================================== + Coverage 89.74% 99.25% +9.51% ========================================== Files 2 2 Lines 156 135 -21 ========================================== - Hits 140 134 -6 + Misses 16 1 -15 ``` | [Impacted Files](https://codecov.io/gh/UBC-MDS/chembox/pull/43?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=UBC-MDS) | Coverage Δ | | |---|---|---| | [src/chembox/chembox.py](https://codecov.io/gh/UBC-MDS/chembox/pull/43?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=UBC-MDS#diff-c3JjL2NoZW1ib3gvY2hlbWJveC5weQ==) | `99.24% <100.00%> (+9.63%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=UBC-MDS). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=UBC-MDS)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

Suraporn commented 1 year ago

Correct get_elements for duplicated substances.

lukeyf commented 1 year ago

good