Skip to content

Commit

Permalink
remove a test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Jul 26, 2024
1 parent 3278b79 commit 41e7a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightsim2grid/tests/test_LightSimBackend.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def make_backend(self, detailed_infos_for_cascading_failures=False):
warnings.filterwarnings("ignore")
bk = LightSimBackend(detailed_infos_for_cascading_failures=detailed_infos_for_cascading_failures)
if sys.platform.startswith("win32"):
self.tests_skipped.append("test_shunt_effect") # TODO I don't know why but needs to be fixed
self.tests_skipped = ["test_shunt_effect"] # TODO I don't know why but needs to be fixed
return bk


Expand Down

0 comments on commit 41e7a69

Please sign in to comment.