Skip to content

Commit fa0d6c3

Browse files
committed
add array-like scale test
1 parent e051a48 commit fa0d6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_adapters/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def adapter():
2020
.constrain("p2", lower=0)
2121
.apply(include="p2", forward="exp", inverse="log")
2222
.apply(include="p2", forward="log1p")
23-
.scale("x", by=2)
23+
.scale("x", by=[-1, 2])
2424
.shift("x", by=2)
2525
.standardize(exclude=["t1", "t2", "o1"])
2626
.drop("d1")

0 commit comments

Comments
 (0)