Skip to content

Commit 2d672ea

Browse files
committed
(no branch): Auto stash before checking out "master"
1 parent 0c0b3e6 commit 2d672ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atomate/vasp/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def get_aeccar(self, task_id, check_valid = True):
262262
task_id(int or str): the task_id containing the gridfs metadata
263263
check_valid (bool): make sure that the aeccar is positive definite
264264
Returns:
265-
(aeccar0, aeccar2): Chgcar objects
265+
{"aeccar0" : Chgcar, "aeccar2" : Chgcar}: dict of Chgcar objects
266266
"""
267267
m_task = self.collection.find_one({"task_id": task_id}, {"calcs_reversed": 1})
268268
fs_id = m_task['calcs_reversed'][0]['aeccar0_fs_id']

0 commit comments

Comments
 (0)