We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb08b80 + 47645a5 commit b3a6f4bCopy full SHA for b3a6f4b
dpgen/auto_test/Lammps.py
@@ -17,7 +17,7 @@ def __init__(self,
17
self.inter_type = inter_parameter['type']
18
self.type_map = inter_parameter['type_map']
19
self.in_lammps = inter_parameter.get('in_lammps', 'auto')
20
- if self.type_map == 'meam':
+ if self.inter_type == 'meam':
21
self.model = list(map(os.path.abspath, inter_parameter['model']))
22
else:
23
self.model = os.path.abspath(inter_parameter['model'])
0 commit comments