Skip to content

Commit

Permalink
utils: graph_building.jl: fix #120
Browse files Browse the repository at this point in the history
  • Loading branch information
thazhemadam committed Oct 9, 2021
1 parent aa7d310 commit d4f69a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/graph_building.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function build_graph(
max_num_nbr::Integer = 12,
dist_decay_func::Function = inverse_square,
)
c = Crystal(file_path)
c = Crystal(abspath(file_path))
atom_ids = String.(c.atoms.species)

if use_voronoi
Expand Down
Binary file modified test/test_data/strucs/testgraph.jls
Binary file not shown.

0 comments on commit d4f69a8

Please sign in to comment.