CYCAMORE
|
Public Member Functions | |
do_compare (self, fromfac, tofac, nuclide, exp_invs) | |
setup_class (cls, inf) | |
test_pu239_reactor_repo (self) | |
test_pu239_sep_repo (self) | |
Public Member Functions inherited from test_regression.TestRegression | |
find_ids (cls, spec, a, spec_col="Spec", id_col="AgentId") | |
teardown_class (cls) | |
to_ary (cls, a, k) | |
Public Attributes | |
ext | |
outf | |
sql | |
Public Attributes inherited from test_regression.TestRegression | |
agent_entry | |
agent_exit | |
compositions | |
conn | |
cur | |
enrichments | |
ext | |
inf | |
info | |
outf | |
resources | |
rsrc_qtys | |
transactions | |
This class tests the input/recycle.xml file.
Definition at line 489 of file test_regression.py.
test_regression._Recycle.do_compare | ( | self, | |
fromfac, | |||
tofac, | |||
nuclide, | |||
exp_invs ) |
Definition at line 507 of file test_regression.py.
References test_regression.TestRegression.outf, test_regression._Recycle.outf, and test_regression._Recycle.sql.
Referenced by test_regression._Recycle.test_pu239_reactor_repo(), and test_regression._Recycle.test_pu239_sep_repo().
test_regression._Recycle.setup_class | ( | cls, | |
inf ) |
Reimplemented from test_regression.TestRegression.
Reimplemented in test_regression.TestGreedyRecycle, and test_regression.TestCBCRecycle.
Definition at line 493 of file test_regression.py.
References test_regression.TestRegression.outf, test_regression._Recycle.outf, and test_regression._Recycle.setup_class().
Referenced by test_regression._Recycle.setup_class().
test_regression._Recycle.test_pu239_reactor_repo | ( | self | ) |
Definition at line 570 of file test_regression.py.
References test_regression._Recycle.do_compare().
test_regression._Recycle.test_pu239_sep_repo | ( | self | ) |
Definition at line 536 of file test_regression.py.
References test_regression._Recycle.do_compare().
test_regression._Recycle.ext |
Definition at line 496 of file test_regression.py.
Referenced by test_regression.TestRegression.find_ids(), test_regression.TestRegression.teardown_class(), and test_regression.TestRegression.to_ary().
test_regression._Recycle.outf |
Definition at line 497 of file test_regression.py.
Referenced by test_regression._Recycle.do_compare(), test_regression._Recycle.setup_class(), and test_regression.TestRegression.teardown_class().
test_regression._Recycle.sql |
Definition at line 498 of file test_regression.py.
Referenced by test_regression._Recycle.do_compare().