diff --git a/examples/verification/andes-wecc-verification.ipynb b/examples/verification/andes-wecc-verification.ipynb index 530035051..ec72c7a8d 100644 --- a/examples/verification/andes-wecc-verification.ipynb +++ b/examples/verification/andes-wecc-verification.ipynb @@ -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.**" ] }, { @@ -1214,7 +1214,7 @@ } ], "source": [ - "data = !cat wecc.raw \n", + "data = !cat wecc.raw\n", "print('\\n'.join(data))" ] },