Skip to content

Commit

Permalink
Update mddatasetbuilder/datasetbuilder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Jul 11, 2019
1 parent d524c9a commit 4751e73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mddatasetbuilder/datasetbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ def _writecoulumbmatrix(self, trajatomfilename, fc):
f"Max counter of {trajatomfilename} is {max_counter}")
pool.close()
choosedindexs = self._clusterdatas(
np.sort(feedvector), n_clusters=self.n_clusters, n_each=self.n_each)
np.sort(feedvector), n_clusters=self.n_clusters,
n_each=self.n_each)
pool.join()
else:
stepatom = np.array([[u, vv]
Expand Down

0 comments on commit 4751e73

Please sign in to comment.