Skip to content

Commit

Permalink
Tests: enable the multithreaded test
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Feb 12, 2024
1 parent 753f0a5 commit 28c40b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_opendssdirect.py
Original file line number Diff line number Diff line change
Expand Up @@ -5564,7 +5564,7 @@ def test_numpy():
assert isinstance(odd_lst.Circuit.AllBusMagPu(), list)


def xtest_threading2(dss):
def test_threading2(dss):
# Ported directly from DSS-Python, but using only the 13Bus circuit
from opendssdirect.OpenDSSDirect import OpenDSSDirect
import threading
Expand Down

0 comments on commit 28c40b3

Please sign in to comment.