We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f700df commit 4b4bf5bCopy full SHA for 4b4bf5b
message_ix/tests/test_material_stock.py
@@ -1,16 +1,14 @@
1
-import numpy.testing as npt
2
import pandas as pd
3
import numpy as np
4
import pandas.testing as pdt
5
-import pytest
6
7
-from message_ix import Scenario, make_df
8
-from message_ix.testing import make_dantzig, make_westeros
+from message_ix import make_df
+from message_ix.testing import make_westeros
9
10
11
def test_new_params_defined(test_mp):
12
- # Check whether the new material-related message_ix Parameters are initiated
13
- # and have the correct shapes
+ # Check whether the new material-related message_ix Parameters are
+ # initiated and have the correct shapes
14
result = make_df("input_cap")
15
assert result.shape == (1, 10)
16
0 commit comments