Skip to content

Commit 4b80a84

Browse files
committed
remove extraneous test class
1 parent fcbc3e9 commit 4b80a84

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tests/test_circuit.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -261,16 +261,3 @@ def test_106_transformer_parameters(self):
261261
circuit.solve()
262262
print(circuit.results(["Voltages", "Losses"]))
263263
circuit.clear()
264-
265-
266-
class TestLargeCircuit(unittest.TestCase):
267-
"""
268-
Test very large circuit (i.e. to the size of a neighborhood)
269-
"""
270-
271-
def setUp(self):
272-
"""Set up test fixtures, if any."""
273-
print("\nTest", self._testMethodName)
274-
275-
def tearDown(self):
276-
"""Tear down test fixtures, if any."""

0 commit comments

Comments
 (0)