Skip to content

Commit 199db4e

Browse files
committed
Fix renamed module references
Change .data_ammonia_new to .data_ammonia in: - doc/material/index - pyproject.toml
1 parent 0f84962 commit 199db4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/material/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ They can be turned on and off individually under ``DATA_FUNCTIONS`` in :mod:`__i
5252
.. automodule:: message_ix_models.model.material.data_generic
5353
:members:
5454

55-
.. automodule:: message_ix_models.model.material.data_ammonia_new
55+
.. automodule:: message_ix_models.model.material.data_ammonia
5656
:members:
5757

5858
.. automodule:: message_ix_models.model.material.data_methanol

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ files = [
120120
module = [
121121
# TODO Satisfy mypy in the following
122122
"message_ix_models.model.material.build",
123-
"message_ix_models.model.material.data_ammonia_new",
123+
"message_ix_models.model.material.data_ammonia",
124124
"message_ix_models.model.material.data_generic",
125125
"message_ix_models.model.material.data_petro",
126126
"message_ix_models.model.material.data_steel",

0 commit comments

Comments
 (0)