Skip to content
Snippets Groups Projects

Cleanup of documentation and raise correct exception type

Merged Oscar Gustafsson requested to merge archcleanup into master
+ 2
2
@@ -402,8 +402,8 @@ class ProcessingElement(Resource):
heuristic : str, default: 'left_edge'
The assignment algorithm.
* 'left_edge': Left-edge algorithm.
* 'graph_color': Graph-coloring based on exclusion graph.
* 'left_edge': Left-edge algorithm.
* 'graph_color': Graph-coloring based on exclusion graph.
"""
self._assignment = list(
self._collection.split_on_execution_time(heuristic=heuristic)
Loading