attract-repel.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:attract-repel 作者: nmrksic 项目源码 文件源码
def main():
    """
    The user can provide the location of the config file as an argument. 
    If no location is specified, the default config file (experiment_parameters.cfg) is used.
    """
    try:
        config_filepath = sys.argv[1]
    except:
        print "\nUsing the default config file: experiment_parameters.cfg\n"
        config_filepath = "experiment_parameters.cfg"

    run_experiment(config_filepath)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号