コード例 #1
0
ファイル: conftest.py プロジェクト: TheHonestGene/ancestor
def weights_dict():
    return an.parse_pc_weights(path.join(data_path,'weights_subset.txt'))
コード例 #2
0
ファイル: conftest.py プロジェクト: TheHonestGene/ancestor
def weights_dict_hdf5():
    return an.parse_pc_weights(path.join(data_path,'weights.hdf5'))