Add docstring to tests for #277

This commit is contained in:
Bruno Oliveira
2018-02-16 20:13:56 -02:00
parent bd3c7dba8b
commit 1be8a463ff
2 changed files with 3 additions and 1 deletions

View File

@@ -380,7 +380,7 @@ class LoadScopeScheduling:
for node in self.nodes:
self._assign_work_unit(node)
# Ensure nodes start with at least two work units if possible
# Ensure nodes start with at least two work units if possible (#277)
for node in self.nodes:
self._reschedule(node)