Update Clustering authored by Christine Nowak's avatar Christine Nowak
...@@ -47,7 +47,7 @@ Several errors were encountered, when developing/using this tool. The following ...@@ -47,7 +47,7 @@ Several errors were encountered, when developing/using this tool. The following
| description| what caused it/what to do| | description| what caused it/what to do|
| ------ | ------ | | ------ | ------ |
| 'some number does not match expected number' | one of the mentioned number is twice the amount of buses in your `networks/elec_s.nc". Somewhere along the way some buses were lost and are missing in the output.| | 'some number does not match expected number' | One of the mentioned number is twice the amount of buses in your `networks/elec_s.nc". Somewhere along the way some buses were lost and are missing in the output.|
| some error in a clustering routine yielding a list of country codes | Although you might not see it, the list contains different country codes but it shouldn't. Make sure that you don't create clusters that span across borders, as this causes issues. Use `n.buses` to see which bus should go into which country and check your result for differences. | | some error in a clustering routine yielding a list of country codes | Although you might not see it, the list contains different country codes but it shouldn't. Make sure that you don't create clusters that span across borders, as this causes issues. Use `n.buses` to see which bus should go into which country and check your result for differences. |
... ...
......