Skip to content
Snippets Groups Projects

Fix documentation build

Merged Oscar Gustafsson requested to merge fixdocs into master
Files
4
+ 3
2
@@ -963,13 +963,14 @@ class ProcessCollection:
@@ -963,13 +963,14 @@ class ProcessCollection:
total_ports : int
total_ports : int
The total number of ports used when splitting process collection based on
The total number of ports used when splitting process collection based on
memory variable access.
memory variable access.
sequence: list of `Process`
sequence : list of `Process`
A list of the processes used to determine the order in which processes are
A list of the processes used to determine the order in which processes are
assigned.
assigned.
Returns
Returns
-------
-------
A set of new ProcessCollection objects with the process splitting.
list of `ProcessCollection`
 
A set of new ProcessCollection objects with the process splitting.
"""
"""
def ports_collide(proc: Process, collection: ProcessCollection):
def ports_collide(proc: Process, collection: ProcessCollection):
Loading