Skip to content
Snippets Groups Projects

Misc fixes, added method for getting min resources, now checks iteration bound

Merged Simon Bjurek requested to merge misc-impr into master
1 unresolved thread
@@ -1739,9 +1739,6 @@ class SFG(AbstractOperation):
Type name of the given resource.
schedule_time : int
Scheduling time to evaluate for.
Returns
-------
The lower bound for the given resource.
"""
ops = self.find_by_type_name(type_name)
if not ops:
Loading