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 Simulation and Optimization
DPsim
DPsim
Commits
57a7d8af
Commit
57a7d8af
authored
Sep 18, 2018
by
Steffen Vogel
🎅🏼
Browse files
Revert "remove not finished tests"
This reverts commit
186b7f74
.
parent
9a22eef8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Examples/Python/test_circuit.py
View file @
57a7d8af
...
...
@@ -3,7 +3,7 @@ import dpsim
PATH
=
os
.
path
.
dirname
(
__file__
)
def
no_
test_circuit
():
def
test_circuit
():
# Nodes
gnd
=
dpsim
.
dp
.
Node
.
GND
()
n1
=
dpsim
.
dp
.
Node
(
"n1"
)
...
...
Examples/Python/test_realtime.py
View file @
57a7d8af
...
...
@@ -3,7 +3,7 @@ import datetime as dt
from
dpsim.Event
import
Event
def
no_
test_realtime
():
def
test_realtime
():
# Nodes
gnd
=
dpsim
.
dp
.
Node
.
GND
()
n1
=
dpsim
.
dp
.
Node
(
"n1"
)
...
...
Examples/Python/test_simulation.py
View file @
57a7d8af
...
...
@@ -4,7 +4,7 @@ import logging
from
dpsim.Event
import
Event
def
no_
test_simulation
():
def
test_simulation
():
logging
.
getLogger
().
setLevel
(
logging
.
DEBUG
)
logging
.
info
(
"hello
\n
"
)
...
...
Examples/Python/test_singlestepping.py
View file @
57a7d8af
...
...
@@ -4,7 +4,7 @@ import logging
from
dpsim.Event
import
Event
def
no_
test_simulation
():
def
test_simulation
():
logging
.
getLogger
().
setLevel
(
logging
.
DEBUG
)
logging
.
info
(
"hello
\n
"
)
...
...
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