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
186b7f74
Commit
186b7f74
authored
Sep 17, 2018
by
Markus Mirz
Browse files
remove not finished tests
parent
747df14f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Examples/Python/test_circuit.py
View file @
186b7f74
...
...
@@ -3,7 +3,7 @@ import dpsim
PATH
=
os
.
path
.
dirname
(
__file__
)
def
test_circuit
():
def
no_
test_circuit
():
# Nodes
gnd
=
dpsim
.
dp
.
Node
.
GND
()
n1
=
dpsim
.
dp
.
Node
(
"n1"
)
...
...
Examples/Python/test_realtime.py
View file @
186b7f74
...
...
@@ -3,7 +3,7 @@ import datetime as dt
from
dpsim.Event
import
Event
def
test_realtime
():
def
no_
test_realtime
():
# Nodes
gnd
=
dpsim
.
dp
.
Node
.
GND
()
n1
=
dpsim
.
dp
.
Node
(
"n1"
)
...
...
Examples/Python/test_simulation.py
View file @
186b7f74
...
...
@@ -4,7 +4,7 @@ import logging
from
dpsim.Event
import
Event
def
test_simulation
():
def
no_
test_simulation
():
logging
.
getLogger
().
setLevel
(
logging
.
DEBUG
)
logging
.
info
(
"hello
\n
"
)
...
...
Examples/Python/test_singlestepping.py
View file @
186b7f74
...
...
@@ -4,7 +4,7 @@ import logging
from
dpsim.Event
import
Event
def
test_simulation
():
def
no_
test_simulation
():
logging
.
getLogger
().
setLevel
(
logging
.
DEBUG
)
logging
.
info
(
"hello
\n
"
)
...
...
Steffen Vogel
🎅🏼
@stvogel
mentioned in commit
57a7d8af
·
Sep 18, 2018
mentioned in commit
57a7d8af
mentioned in commit 57a7d8af428d3904340556910a999888c4a65407
Toggle commit list
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