Ejemplo n.º 1
0
def py_err():
    return load_mat(utils.err_ring, key='RING', keep_all=True)
Ejemplo n.º 2
0
def py_hmba():
    return load_mat(utils.hmba_ring, key='RING', keep_all=True)
Ejemplo n.º 3
0
def hmba_lattice():
    path = os.path.realpath(
        os.path.join(os.path.dirname(__file__), '../test_matlab/hmba.mat'))
    return load.load_mat(path)
Ejemplo n.º 4
0
def py_hmba():
    return Lattice(load_mat(utils.hmba_ring, key='RING'), keep_all=True)
Ejemplo n.º 5
0
def _load_lattice(engine, name, key):
    myl = engine.load(name)
    pyl = load_mat(name, key=key, keep_all=True)
    return pyl, myl[key], None