brainandforce / Electrum.jl

A Julian toolkit for solid-state chemical theory.
MIT License
31 stars 0 forks source link

TOML writing support #177

Closed brainandforce closed 1 year ago

brainandforce commented 1 year ago

This should allow direct export of data to TOML files. When the TOML module is loaded, the writeTOML() function is exported, and Electrum.toml_convert() allows for Electrum data types to be converted to a type usable by TOML.print().

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 64.28% and project coverage change: +0.28 :tada:

Comparison is base (b2dc5f1) 57.31% compared to head (8d9e08f) 57.59%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #177 +/- ## ========================================== + Coverage 57.31% 57.59% +0.28% ========================================== Files 18 19 +1 Lines 1361 1389 +28 ========================================== + Hits 780 800 +20 - Misses 581 589 +8 ``` | [Impacted Files](https://app.codecov.io/gh/brainandforce/Electrum.jl/pull/177?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Brandon+Flores) | Coverage Δ | | |---|---|---| | [src/software/toml.jl](https://app.codecov.io/gh/brainandforce/Electrum.jl/pull/177?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Brandon+Flores#diff-c3JjL3NvZnR3YXJlL3RvbWwuamw=) | `61.53% <61.53%> (ø)` | | | [src/Electrum.jl](https://app.codecov.io/gh/brainandforce/Electrum.jl/pull/177?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Brandon+Flores#diff-c3JjL0VsZWN0cnVtLmps) | `60.00% <100.00%> (+26.66%)` | :arrow_up: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/brainandforce/Electrum.jl/pull/177/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Brandon+Flores)

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