Skip to content

Commit

Permalink
Safe numpy import
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrecco committed Jul 13, 2023
1 parent f9bfbcf commit 4c23dc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pint/testsuite/benchmarks/test_30_numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
import operator

import pytest
import numpy as np

import pint
from pint.compat import np


SMALL_VEC_LEN = 3
MID_VEC_LEN = 1_000
Expand Down

0 comments on commit 4c23dc3

Please sign in to comment.