Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mfherbst committed Nov 14, 2024
1 parent c78860e commit 6910669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/AtomsBaseTesting/src/AtomsBaseTesting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ function make_test_system(D=3; drop_atprop=Symbol[], drop_sysprop=Symbol[],
(; system, atoms, cell,
cell_vectors=sysprop[:cell_vectors],
periodicity=sysprop[:periodicity],
atoms_properties=NamedTuple(atprop),
system_properties=NamedTuple(sysprop))
atprop=NamedTuple(atprop),
sysprop=NamedTuple(sysprop))
end

end

0 comments on commit 6910669

Please sign in to comment.