Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Power System Automation and Monitoring
pyVolt
pyVolt
Commits
9bb92f9b
Commit
9bb92f9b
authored
Apr 17, 2019
by
martin.moraga
Browse files
fix merge conflicts
parents
5f492be8
90a75d5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
acs/state_estimation/nv_powerflow_cim.py
View file @
9bb92f9b
...
...
@@ -43,7 +43,8 @@ def solve(system):
H
[
m
][
idx1
]
=
-
np
.
real
(
system
.
Ymatrix
[
i
][
idx1
])
H
[
m
][
idx2
]
=
np
.
imag
(
system
.
Ymatrix
[
i
][
idx1
])
epsilon
=
10
**
(
-
10
)
#epsilon = 10**(-10)
epsilon
=
10
**
(
-
3
)
diff
=
5
V
=
np
.
ones
(
nodes_num
)
+
1j
*
np
.
zeros
(
nodes_num
)
num_iter
=
0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment