Update FAQ authored by Leonie Plaga's avatar Leonie Plaga
...@@ -52,8 +52,4 @@ ...@@ -52,8 +52,4 @@
* **When executing PyPSA_to_Backbone I get the following message: `ImportError: No module named pandas`.** * **When executing PyPSA_to_Backbone I get the following message: `ImportError: No module named pandas`.**
* Make sure that correct interpreter is active (pypsa-eur interpreter path on the bottom left in Visual Studio Code (e.g. “Python 3.7.7 64-bit (‘pypsa-eur’: conda)”)) * Make sure that correct interpreter is active (pypsa-eur interpreter path on the bottom left in Visual Studio Code (e.g. “Python 3.7.7 64-bit (‘pypsa-eur’: conda)”))
* **I have changed the PATH but Visual Studio Code does not seem to recognise this change.** * **I have changed the PATH but Visual Studio Code does not seem to recognise this change.**
* Visual Studio Code has to be closed and started again in order to recognise a change in the PATH. * Visual Studio Code has to be closed and started again in order to recognise a change in the PATH.
\ No newline at end of file
# Common PyPSA Error messages
* **`KeyError` when executing PyPSA_to_Backbone?**
* Check whether the storage technologies in the config.yaml of pypsa-eur are written in "StorageUnit". If they are written in "Stores", a KeyError is thrown.
\ No newline at end of file