Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ankona committed Jul 24, 2024
1 parent edb994f commit 1e4bda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartsim/_core/launcher/dragon/pqueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def open(
def closed(
self, heap: t.Optional[t.List[_NodeRefCount]] = None
) -> t.List[_NodeRefCount]:
"""Helper method to identify the nodes that are currently not assigned"""
"""Helper method to identify the nodes that are currently assigned"""
if heap is None:
return [node for node in self._ref_map.values() if node[0] == 1]

Expand Down

0 comments on commit 1e4bda7

Please sign in to comment.