File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ files = [
120120module = [
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" ,
You can’t perform that action at this time.
0 commit comments