Chemellia / ChemistryFeaturization.jl

Interface package for featurizing atomic structures
https://chemistryfeaturization.chemellia.org/dev/
MIT License
41 stars 14 forks source link

build `AtomGraph`s from relative file paths #121

Closed thazhemadam closed 2 years ago

thazhemadam commented 2 years ago

Absolute paths still work fine for Crystal.

codecov[bot] commented 2 years ago

Codecov Report

Merging #121 (8684146) into main (aa7d310) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #121   +/-   ##
=======================================
  Coverage   87.42%   87.42%           
=======================================
  Files          17       17           
  Lines         493      493           
=======================================
  Hits          431      431           
  Misses         62       62           
Impacted Files Coverage Δ
src/utils/graph_building.jl 98.36% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update aa7d310...8684146. Read the comment docs.

rkurchin commented 2 years ago

Thanks! I'd been meaning to fix this...