Skip to content

Commit

Permalink
change tmap to all head
Browse files Browse the repository at this point in the history
  • Loading branch information
Chengqian-Zhang committed Oct 30, 2024
1 parent d165fee commit 63b347d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmd/entrypoints/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def test(
log.info(f"# testing system : {system}")

# create data class
tmap = dp.get_type_map() if isinstance(dp, DeepPot) else None
tmap = dp.get_type_map()
data = DeepmdData(
system,
set_prefix="set",
Expand Down

0 comments on commit 63b347d

Please sign in to comment.