Skip to content

Commit

Permalink
Fix the ADMP aux test
Browse files Browse the repository at this point in the history
  • Loading branch information
KuangYu committed Nov 2, 2023
1 parent a2c8beb commit 8f3abe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_admp/test_compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ def test_ADMPPmeForce_aux(self, pot_prm):
covalent_map = potential.meta["cov_map"]

# check map-atomtype & map-poltype
print('map-atomtype', potential.meta["admp_map_atomtype"])
print("map-poltype", potential.meta["admp_map_poltype"])
print('map-atomtype', potential.meta["ADMPPmeForce_map_atomtype"])
print("map-poltype", potential.meta["ADMPPmeForce_map_poltype"])
# neighbor list
nblist = NeighborList(box, rc, covalent_map)
nblist.allocate(positions)
Expand Down

0 comments on commit 8f3abe1

Please sign in to comment.