There was an error while loading. Please reload this page.
1 parent 136605e commit 6aac563Copy full SHA for 6aac563
1 file changed
tests/test_algorithms/test_evaluate.py
@@ -13,7 +13,7 @@
13
def evaluate_test_graph() -> Graph:
14
return continuous_treatment_model(
15
z_len=2,
16
- compute_u_x=lambda data, _params: data["c"],
+ compute_u_x=lambda data, _params: data["c"] + data["l"][0],
17
compute_u_y=lambda data, _params: data["c"] + 1,
18
compute_x=lambda data, _params: data["z"][0] + data["u_x"] - data["phi_x"],
19
compute_y=lambda data, params: data["x"] * data["u_y"] + params["k"],
0 commit comments