PePr
PePr copied to clipboard
RuntimeWarning
So I ran the differential binding routine, and everything finished without a fatal error. However the log file notes a bunch of run time wranings, specifically an issue with numpy arrays:
virtual/pepr/local/lib/python2.7/site-packages/numpy/ctypeslib.py:436:
RuntimeWarning: Item size computed from the PEP 3118 buffer format string does not match the actual item size.
return array(obj, copy=False)
This (very old) stack overflow post suggests that it is not a problem, but I just wanted to note it in the issues, and double check with you.
Thanks for letting me know! Yep I think it should be fine. Maybe try updateing the numpy package it might dismiss this warning?