Skip to content

Commit 2a2173d

Browse files
committed
[test_linearization] update due to changes in set*() functions
1 parent 772868d commit 2a2173d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_linearization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_getters(tmp_path):
6262
assert "startTime" in d
6363
assert "stopTime" in d
6464
assert mod.getLinearizationOptions(["stopTime", "startTime"]) == [d["stopTime"], d["startTime"]]
65-
mod.setLinearizationOptions(linearizationOptions={"stopTime": 0.02})
65+
mod.setLinearizationOptions(stopTime=0.02)
6666
assert mod.getLinearizationOptions("stopTime") == ["0.02"]
6767

6868
mod.setInputs(name={"u1": 10, "u2": 0})

0 commit comments

Comments
 (0)