resources.py: try-catch -> if cell not in cell_assignment
Compare changes
+ 12
− 6
@@ -860,6 +860,8 @@ class ProcessCollection:
@@ -860,6 +860,8 @@ class ProcessCollection:
Perform cell assignment of the processes in this collection using graph coloring with networkx.coloring.greedy_color.
@@ -869,6 +871,9 @@ class ProcessCollection:
@@ -869,6 +871,9 @@ class ProcessCollection:
@@ -877,15 +882,16 @@ class ProcessCollection:
@@ -877,15 +882,16 @@ class ProcessCollection: