Skip to content

Commit accaeb1

Browse files
committed
fix simple test input
Signed-off-by: Santiago Figueroa Manrique <figueroa1395@gmail.com>
1 parent f69d71a commit accaeb1

File tree

1 file changed

+1
-1
lines changed
  • tests/data/state_estimation/basic-current-sensor

1 file changed

+1
-1
lines changed

tests/data/state_estimation/basic-current-sensor/input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{"id": 5, "node": 2, "status": 1, "type": 0}
1919
],
2020
"sym_voltage_sensor": [
21-
{"id": 6, "measured_object": 1, "u_sigma": 200, "u_measured": 10000}
21+
{"id": 6, "measured_object": 1, "u_sigma": 200, "u_measured": 10000, "u_angle_measured": 0.0}
2222
],
2323
"sym_current_sensor": [
2424
{"id": 7, "measured_object": 3, "measured_terminal_type": 0, "angle_measurement_type": 1, "i_sigma": 1, "i_angle_sigma": 0.05, "i_measured": 10, "i_angle_measured": 0.3}

0 commit comments

Comments
 (0)