Improve depletion reference documentation

This commit is contained in:
Paul Romano 2018-02-20 14:43:26 -06:00
parent f3758e5330
commit 6fac1367ec
10 changed files with 155 additions and 103 deletions

View file

@ -32,6 +32,7 @@ MOCK_MODULES = [
sys.modules.update((mod_name, MagicMock()) for mod_name in MOCK_MODULES)
import numpy as np
np.ndarray = MagicMock
np.polynomial.Polynomial = MagicMock