We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e051a48 commit fa0d6c3Copy full SHA for fa0d6c3
tests/test_adapters/conftest.py
@@ -20,7 +20,7 @@ def adapter():
20
.constrain("p2", lower=0)
21
.apply(include="p2", forward="exp", inverse="log")
22
.apply(include="p2", forward="log1p")
23
- .scale("x", by=2)
+ .scale("x", by=[-1, 2])
24
.shift("x", by=2)
25
.standardize(exclude=["t1", "t2", "o1"])
26
.drop("d1")
0 commit comments