:py:mod:`pyloggrid.Libs.singlethread_numpy` =========================================== .. py:module:: pyloggrid.Libs.singlethread_numpy .. autoapi-nested-parse:: Ensures that ``numpy`` is single-threaded. Does not disrupt ``Cython`` threading. .. warning:: Must be imported top-level, before any other library that uses ``numpy`` !! .. rubric:: Example Replace :: import numpy as np by :: from pyloggrid.Libs.singlethread_numpy import np Module Contents --------------- .. py:data:: np