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
Files
2
@@ -1742,7 +1742,7 @@ class SFG(AbstractOperation):
"""
ops = self.find_by_type_name(type_name)
if not ops:
raise ValueError(f"No operations of type {type_name} in SFG.")
return 0
if schedule_time <= 0:
raise ValueError(
f"Schedule time must be positive, current schedule time is: {schedule_time}."
Loading