Chemellia / ChemistryFeaturization.jl

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

Need to import from submodules before doing top-level convenience export, also other minor fixes #84

Closed rkurchin closed 3 years ago

rkurchin commented 3 years ago

Fixed this in main module file, may just tag this as v0.3.1 to also test docs build fix that @thazhemadam will hopefully add

codecov-commenter commented 3 years ago

Codecov Report

Merging #84 (7442968) into main (18d2765) will increase coverage by 0.51%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #84      +/-   ##
==========================================
+ Coverage   80.57%   81.08%   +0.51%     
==========================================
  Files          11       11              
  Lines         314      312       -2     
==========================================
  Hits          253      253              
+ Misses         61       59       -2     
Impacted Files Coverage Δ
src/ChemistryFeaturization.jl 0.00% <0.00%> (ø)
src/atoms/atomgraph.jl 62.33% <ø> (+1.57%) :arrow_up:
src/featurizations/graphnodefeaturization.jl 92.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 18d2765...7442968. Read the comment docs.