![]() |
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) | |
![]() | |
find_ids (cls, spec, a, spec_col="Spec", id_col="AgentId") | |
teardown_class (cls) | |
to_ary (cls, a, k) | |
Public Attributes | |
str | sql |
![]() | |
agent_entry = f.get_node("/AgentEntry")[:] | |
str | agent_exit |
compositions = f.get_node("/Compositions")[:] | |
conn = sqlite3.connect(cls.outf) | |
cur = cls.conn.cursor() | |
str | enrichments |
str | ext = '.sqlite' |
inf = inf | |
info = f.get_node("/Info")[:] | |
str | outf = str(uuid.uuid4()) + cls.ext |
resources = f.get_node("/Resources")[:] | |
dict | rsrc_qtys |
transactions = f.get_node("/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, and sql.
Referenced by test_pu239_reactor_repo(), and test_pu239_sep_repo().
test_regression._Recycle.setup_class | ( | cls, | |
inf ) |
Reimplemented from test_regression.TestRegression.
Reimplemented in test_regression.TestCBCRecycle, and test_regression.TestGreedyRecycle.
Definition at line 493 of file test_regression.py.
References test_regression.TestRegression.outf, and setup_class().
Referenced by setup_class().
test_regression._Recycle.test_pu239_reactor_repo | ( | self | ) |
Definition at line 570 of file test_regression.py.
References do_compare().
test_regression._Recycle.test_pu239_sep_repo | ( | self | ) |
Definition at line 536 of file test_regression.py.
References do_compare().
test_regression._Recycle.sql |
Definition at line 498 of file test_regression.py.
Referenced by do_compare().