Skip to content

Commit

Permalink
Import numpy so nightly test can use it
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Nov 21, 2024
1 parent b8c8117 commit 25373df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions message_ix/tests/test_nightly.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from functools import partial # noqa: F401, is used through `case["test"]` below

Check warning on line 3 in message_ix/tests/test_nightly.py

View check run for this annotation

Codecov / codecov/patch

message_ix/tests/test_nightly.py#L3

Added line #L3 was not covered by tests

import ixmp
import numpy as np # noqa: F401, same as above

Check warning on line 6 in message_ix/tests/test_nightly.py

View check run for this annotation

Codecov / codecov/patch

message_ix/tests/test_nightly.py#L6

Added line #L6 was not covered by tests
import pytest

import message_ix
Expand Down

0 comments on commit 25373df

Please sign in to comment.