Skip to content

Commit 4b4bf5b

Browse files
JihoonGamzeUnlu95
authored andcommitted
Make the lint test pass
1 parent 3f700df commit 4b4bf5b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

message_ix/tests/test_material_stock.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
import numpy.testing as npt
21
import pandas as pd
32
import numpy as np
43
import pandas.testing as pdt
5-
import pytest
64

7-
from message_ix import Scenario, make_df
8-
from message_ix.testing import make_dantzig, make_westeros
5+
from message_ix import make_df
6+
from message_ix.testing import make_westeros
97

108

119
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
10+
# Check whether the new material-related message_ix Parameters are
11+
# initiated and have the correct shapes
1412
result = make_df("input_cap")
1513
assert result.shape == (1, 10)
1614

0 commit comments

Comments
 (0)