Commit 6eb3e295 by fshahinfar1

fix a mistake in task_generator

parent 2ee636ec
......@@ -180,7 +180,7 @@ def gen_randfixedsum(nsets, u, n):
- `u`: Total utilization of the task set.
- `nsets`: Number of sets to generate.
"""
return StaffordRandFixedSum(u, n, nsets)
return StaffordRandFixedSum(n, u, nsets)
def gen_kato_utilizations(nsets, umin, umax, target_util):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment