benmiroglio / pymatch

MIT License
276 stars 129 forks source link

RuntimeWarning appears when importing Matcher #6

Closed Cojabi closed 6 years ago

Cojabi commented 6 years ago

See code below:

>>> from pymatch import Matcher
/home/colin/.virtualenvs/test/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
  return f(*args, **kwds)
>>> 
Cojabi commented 6 years ago

The warning appeared before and after fixing the import functions statement

Cojabi commented 6 years ago

Issue might be on my side. I only encounter it in the virtualenv. After my fixes it's working for me.