mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Improve depletion reference documentation
This commit is contained in:
parent
f3758e5330
commit
6fac1367ec
10 changed files with 155 additions and 103 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue