예제 #1
0
파일: phy_script.py 프로젝트: nsteinme/phy
def describe(args):
    from phy.io.kwik import KwikModel
    path = _get_kwik_path(args)
    model = KwikModel(path, clustering=args.clustering)
    return 'model.describe()', dict(model=model)