Skip to content

Commit 6aac563

Browse files
authored
Update tests/test_algorithms/test_evaluate.py
1 parent 136605e commit 6aac563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_algorithms/test_evaluate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
def evaluate_test_graph() -> Graph:
1414
return continuous_treatment_model(
1515
z_len=2,
16-
compute_u_x=lambda data, _params: data["c"],
16+
compute_u_x=lambda data, _params: data["c"] + data["l"][0],
1717
compute_u_y=lambda data, _params: data["c"] + 1,
1818
compute_x=lambda data, _params: data["z"][0] + data["u_x"] - data["phi_x"],
1919
compute_y=lambda data, params: data["x"] * data["u_y"] + params["k"],

0 commit comments

Comments
 (0)