Commit 0eaf94ac by Maxime Chéramy

fix gen_uunifastdiscard argument order

parent fd1d5f10
...@@ -165,7 +165,7 @@ def gen_uunifastdiscard(nsets, u, n): ...@@ -165,7 +165,7 @@ def gen_uunifastdiscard(nsets, u, n):
Returns `nsets` of `n` task utilizations. Returns `nsets` of `n` task utilizations.
""" """
return UUniFastDiscard(u, n, nsets) return UUniFastDiscard(n, u, nsets)
def gen_randfixedsum(nsets, u, n): def gen_randfixedsum(nsets, u, n):
......
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