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
1cd7e49a
Commit
1cd7e49a
authored
Sep 17, 2018
by
Markus Mirz
Browse files
remove not finished tests
Former-commit-id:
186b7f74
parent
ec173810
Changes
4
Hide whitespace changes
Inline
Side-by-side
Examples/Python/test_circuit.py
View file @
1cd7e49a
...
...
@@ -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 @
1cd7e49a
...
...
@@ -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 @
1cd7e49a
...
...
@@ -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 @
1cd7e49a
...
...
@@ -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
"
)
...
...
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