Skip to content

Commit

Permalink
Add fixme note
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Apr 23, 2024
1 parent 1e2e171 commit 3945543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/y0/algorithm/counterfactual_transportability.py
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,7 @@ def transport_district_intervening_on_parents(
if any(
domain_graph_district != frozenset(domain_graph.get_district(v)) for v in district
):
# FIXME use f-string and triple quote. This is unreadable.
raise ValueError(
"Error in transport_district_intervening_on_parents: the vertices in an input district "
+ "are part of more than one district in a domain graph. Input district: "
Expand Down

0 comments on commit 3945543

Please sign in to comment.