Skip to content

Commit

Permalink
FIx hardcoded path.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuihantao committed Apr 13, 2024
1 parent cb03c30 commit 213896a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pflow_matpower.py
Expand Up @@ -73,7 +73,7 @@ def test_Bdc_against_matpower(self):
cases = ('case5.m', 'case14.m', 'case118.m')

for name in cases:
ss = andes.load('/home/hacui/repos/matpower/data/case14.m',
ss = andes.load(andes.get_case("ieee14/ieee14.raw"),
no_output=True,
default_config=True,
)
Expand Down

0 comments on commit 213896a

Please sign in to comment.