Skip to content

Commit

Permalink
Remove .reporting.computations.compound_growth
Browse files Browse the repository at this point in the history
- moved upstream in #116 and updated there to be
  compatible with pandas 2.1.0.
- remove associated tests.
- update usage in .transport.computations.factor_input().
  • Loading branch information
khaeru committed Jul 30, 2024
1 parent 7bea965 commit 79e789f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_ix_models/model/transport/computations.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
from message_ix import make_df
from message_ix_models import ScenarioInfo
from message_ix_models.model.structure import get_codes
from message_ix_models.report.computations import compound_growth
from message_ix_models.tools import advance
from message_ix_models.util import MappingAdapter, broadcast, eval_anno, nodes_ex_world
from sdmx.model.v21 import Code

from message_data.reporting.computations import compound_growth
from message_data.reporting.util import as_quantity
from message_data.tools import iea_eei

Expand Down

0 comments on commit 79e789f

Please sign in to comment.