Skip to content

Commit

Permalink
Fixing style errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
stickler-ci committed Oct 11, 2019
1 parent d913e88 commit b0db029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mddatasetbuilder/detect.py
Expand Up @@ -232,7 +232,7 @@ def readcrd(self, item):
ids.append(int(s[self.id_idx]))
step_atoms.append(Atom(
self.atomname[int(s[self.tidx]) - 1],
(float(s[self.xidx]), float(s[self.yidx]), float(s[self.zidx]))))
(float(s[self.xidx]), float(s[self.yidx]), float(s[self.zidx]))))
elif linecontent == self.LineType.BOX:
s = line.split()
boxsize.append(float(s[1])-float(s[0]))
Expand Down

0 comments on commit b0db029

Please sign in to comment.