We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ac9df commit 9ddfad7Copy full SHA for 9ddfad7
message_ix_models/model/transport/report.py
@@ -35,7 +35,7 @@
35
DATAFLOW = (
36
("population_in", Key("pop:n-y")),
37
("gdp_in", Key("gdp:n-y")),
38
- ("passenger_activity", pdt_nyt), # FIXME Fails; GDP:n-y is simulated_qty()
+ ("activity_passenger", pdt_nyt),
39
# Same as "Energy Service|Transportation" IAMC variable
40
("activity_vehicle", Key("out:nl-t-ya-c:transport+units")),
41
# Same as "Final Energy|Transportation"
0 commit comments