Skip to content

Commit

Permalink
Fix module import in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
awais307 committed Nov 16, 2023
1 parent 04b2254 commit 440e4ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion message_ix_models/tests/model/water/test_cooling.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import pandas as pd

from message_ix_models.model.water.data.irrigation import non_cooling_tec
from message_ix_models.model.water.data.water_supply import non_cooling_tec


def test_non_cooling_tec():
Expand Down
2 changes: 1 addition & 1 deletion message_ix_models/tests/model/water/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pandas as pd
import xarray as xr

from message_ix_models.model.water import (
from message_ix_models.model.water.build import (
Context,
add_commodity_and_level,
map_add_on,
Expand Down

0 comments on commit 440e4ae

Please sign in to comment.