mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 10:28:39 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
59ac89c1d1
commit
0594f33fd5
@ -154,8 +154,8 @@ class Tableau:
|
|||||||
... [2, 1, 0, -1, 0, 1, 2]
|
... [2, 1, 0, -1, 0, 1, 2]
|
||||||
... ]), 2, 2).change_stage().tolist()
|
... ]), 2, 2).change_stage().tolist()
|
||||||
... # doctest: +NORMALIZE_WHITESPACE
|
... # doctest: +NORMALIZE_WHITESPACE
|
||||||
[[2.0, 1.0, 0.0, 0.0, 0.0],
|
[[2.0, 1.0, 0.0, 0.0, 0.0],
|
||||||
[1.0, 2.0, -1.0, 0.0, 2.0],
|
[1.0, 2.0, -1.0, 0.0, 2.0],
|
||||||
[2.0, 1.0, 0.0, -1.0, 2.0]]
|
[2.0, 1.0, 0.0, -1.0, 2.0]]
|
||||||
"""
|
"""
|
||||||
# Objective of original objective row remains
|
# Objective of original objective row remains
|
||||||
|
Loading…
x
Reference in New Issue
Block a user