Skip to content

Commit 9ddfad7

Browse files
committed
Use "DF_ACTIVITY_PASSENGER" for a consistent name
1 parent 09ac9df commit 9ddfad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message_ix_models/model/transport/report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
DATAFLOW = (
3636
("population_in", Key("pop:n-y")),
3737
("gdp_in", Key("gdp:n-y")),
38-
("passenger_activity", pdt_nyt), # FIXME Fails; GDP:n-y is simulated_qty()
38+
("activity_passenger", pdt_nyt),
3939
# Same as "Energy Service|Transportation" IAMC variable
4040
("activity_vehicle", Key("out:nl-t-ya-c:transport+units")),
4141
# Same as "Final Energy|Transportation"

0 commit comments

Comments
 (0)