Skip to content
Snippets Groups Projects
Commit 3e86a38f authored by Joaquim Casals Buñuel's avatar Joaquim Casals Buñuel
Browse files

Fix params_tree_manager* yaml files

parent 20ee86f2
No related branches found
No related tags found
1 merge request!366Resolve "Complete state vector new data structure?"
Pipeline #5560 canceled
...@@ -11,9 +11,9 @@ config: ...@@ -11,9 +11,9 @@ config:
O: [0,0,0,1] O: [0,0,0,1]
V: [0,0,0] V: [0,0,0]
$sigma: $sigma:
P: [0.31] P: [0.31, 0.31, 0.31]
O: [0.31] O: [0.31, 0.31, 0.31]
V: [0.31] V: [0.31, 0.31, 0.31]
time_tolerance: 0.1 time_tolerance: 0.1
tree_manager: tree_manager:
type: "TreeManagerDummy" type: "TreeManagerDummy"
......
...@@ -11,9 +11,9 @@ config: ...@@ -11,9 +11,9 @@ config:
O: [0,0,0,1] O: [0,0,0,1]
V: [0,0,0] V: [0,0,0]
$sigma: $sigma:
P: [0.31] P: [0.31, 0.31, 0.31]
O: [0.31] O: [0.31, 0.31, 0.31]
V: [0.31] V: [0.31, 0.31, 0.31]
time_tolerance: 0.1 time_tolerance: 0.1
tree_manager: tree_manager:
type: "None" type: "None"
......
...@@ -10,8 +10,8 @@ config: ...@@ -10,8 +10,8 @@ config:
P: [0,0,0] P: [0,0,0]
O: [0,0,0,1] O: [0,0,0,1]
$sigma: $sigma:
P: [0.31] P: [0.31, 0.31, 0.31]
O: [0.31] O: [0.31, 0.31, 0.31]
time_tolerance: 0.1 time_tolerance: 0.1
tree_manager: tree_manager:
type: "TreeManagerSlidingWindow" type: "TreeManagerSlidingWindow"
......
...@@ -10,8 +10,8 @@ config: ...@@ -10,8 +10,8 @@ config:
P: [0,0,0] P: [0,0,0]
O: [0,0,0,1] O: [0,0,0,1]
$sigma: $sigma:
P: [0.31] P: [0.31, 0.31, 0.31]
O: [0.31] O: [0.31, 0.31, 0.31]
time_tolerance: 0.1 time_tolerance: 0.1
tree_manager: tree_manager:
type: "TreeManagerSlidingWindow" type: "TreeManagerSlidingWindow"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment