Chemellia / ChemistryFeaturization.jl

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

src/atoms/atomgraph.jl: fix things broken in 513c520 #61

Closed thazhemadam closed 3 years ago

thazhemadam commented 3 years ago

513c520 introduced formatting support using JuliaFormatter. However, this also broke a bunch of functions - normalized_laplacian(), graph_edgewidths(), graph_colors() and long pretty printing.

Fix the regressions introduced, and restore the original functionalities of the functions.

Fixes: 513c520 ("set up JuliaFormatter") Signed-off-by: Anant Thazhemadam anant.thazhemadam@gmail.com