mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Move openmc.deplete.integrator into openmc.deplete
Much of the previous API is intact, with the major change being CRAM functions are imported from openmc.deplete.cram in the test_deplete_cram. The integrator abstract classes are placed in openmc/deplete/abc.py with all concrete classes going in to openmc/deplete/integrators.py Documentation updated accordingly
This commit is contained in:
parent
5adc3b5816
commit
0bc7800a92
17 changed files with 1210 additions and 1267 deletions
|
|
@ -6,7 +6,7 @@ Compares a few Mathematica matrix exponentials to CRAM16/CRAM48.
|
|||
from pytest import approx
|
||||
import numpy as np
|
||||
import scipy.sparse as sp
|
||||
from openmc.deplete.integrator import CRAM16, CRAM48
|
||||
from openmc.deplete.cram import CRAM16, CRAM48
|
||||
|
||||
|
||||
def test_CRAM16():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue