Skip to content

Commit

Permalink
Fix bad header reference
Browse files Browse the repository at this point in the history
  • Loading branch information
cuihantao committed Dec 11, 2023
1 parent 0ed38a0 commit b39edc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/verification/andes-wecc-verification.ipynb
Expand Up @@ -38,7 +38,7 @@
"\n",
"The finding is that, **for particular disturbances in large systems, neither two of ANDES, TSAT and PSS/E could match**. Implementation details in commercial software are lacking. Thus, it could be futile to insist on obtaining the same results for large systems, especially with several complex models.\n",
"\n",
"Nevertheless, [Scenario 2](#Scenario-2:-Line-4-16-trips-and-reconnects-after-0.1-sec.) shows that ANDES results are trustworthy. **In fact, ANDES is open-source with all the implemented equations clearly documented, which makes the results highly credible for research and education purposes.**"
"Nevertheless, [Scenario 2](#Scenario-2) shows that ANDES results are trustworthy. **In fact, ANDES is open-source with all the implemented equations clearly documented, which makes the results highly credible for research and education purposes.**"
]
},
{
Expand Down Expand Up @@ -1214,7 +1214,7 @@
}
],
"source": [
"data = !cat wecc.raw \n",
"data = !cat wecc.raw\n",
"print('\\n'.join(data))"
]
},
Expand Down

0 comments on commit b39edc8

Please sign in to comment.