changed sample json

This commit is contained in:
Arthur Lu 2021-10-21 22:33:26 +00:00
parent 7f0d3fc753
commit 8966900341

View File

@ -177,11 +177,22 @@ sample_json = """{
"synchronize-config":false
},
"variable":{
"max-threads":0.5,
"competition":"",
"team":"",
"competition": "2020ilch",
"statistics":{
"event-delay":false,
"loop-delay":0,
"reportable":true,
"teams":[],
"modules":{
"match":{
"tests":{
"balls-blocked":["basic_stats","historical_analysis","regression_linear","regression_logarithmic","regression_exponential","regression_polynomial","regression_sigmoidal"],
"balls-collected":["basic_stats","historical_analysis","regression_linear","regression_logarithmic","regression_exponential","regression_polynomial","regression_sigmoidal"],
"balls-lower-teleop":["basic_stats","historical_analysis","regression_linear","regression_logarithmic","regression_exponential","regression_polynomial","regression_sigmoidal"],
@ -189,9 +200,12 @@ sample_json = """{
"balls-started":["basic_stats","historical_analyss","regression_linear","regression_logarithmic","regression_exponential","regression_polynomial","regression_sigmoidal"],
"balls-upper-teleop":["basic_stats","historical_analysis","regression_linear","regression_logarithmic","regression_exponential","regression_polynomial","regression_sigmoidal"],
"balls-upper-auto":["basic_stats","historical_analysis","regression_linear","regression_logarithmic","regression_exponential","regression_polynomial","regression_sigmoidal"]
}
},
"metric":{
"tests":{
"elo":{
"score":1500,
"N":400,
@ -206,8 +220,11 @@ sample_json = """{
"mu":25,
"sigma":8.33
}
}
},
"pit":{
"tests":{
"wheel-mechanism":true,
"low-balls":true,
"high-balls":true,
@ -216,9 +233,8 @@ sample_json = """{
"climb-mechanism":true,
"attitude":true
}
},
"event-delay":false,
"loop-delay":60
}
}
}
}"""