optParser.add_option("--validate", default=True, action="store_true",
help="Whether to produce trip output that is already checked for connectivity")
randomTrip.py里的这个选项改为true
本文介绍如何通过修改随机Trip.py中的选项来确保输出的行程具备连通性验证功能。当设置--validate参数为True时,程序将自动生成经过验证的具备连通性的行程输出。
optParser.add_option("--validate", default=True, action="store_true",
help="Whether to produce trip output that is already checked for connectivity")
randomTrip.py里的这个选项改为true
3086
3736

被折叠的 条评论
为什么被折叠?