-
Updated
Aug 12, 2021 - Python
energy-system
Here are 47 public repositories matching this topic...
-
Updated
Jul 21, 2021 - Python
-
Updated
Aug 12, 2021 - Julia
-
Updated
Jul 29, 2021 - Python
-
Updated
Jul 25, 2021 - Python
-
Updated
Jul 14, 2021 - Python
-
Updated
Aug 16, 2021 - Python
-
Updated
Feb 12, 2021 - HTML
-
Updated
Jul 20, 2021 - Python
-
Updated
Aug 10, 2021 - Python
Working on #377, I noticed that the code in the R tutorials (at least) is not consistently formatted.
Well-formatted code increases readability, which is critical for new users. In contrast, inconsistently-formatted code adds the (avoidable) difficulty of reading the code to the (inevitable) challenge of learning the core concepts of the modeling framework.
Choose a style guide and ensure al
-
Updated
Aug 6, 2021
-
Updated
Aug 12, 2021 - C++
-
Updated
Aug 16, 2021 - Python
When trying to modify a scenarios with a solution, it throws an error saying:
at.ac.iiasa.ixmp.exceptions.IxExceptionPyRaisable: at.ac.iiasa.ixmp.exceptions.IxException: This Scenario has elements in a variable or equation! Use 'removeSolution()' or clone(False)'before editing!
removeSolution() is deprecated. Actual name is remove_sol().
-
Updated
Aug 29, 2018
-
Updated
Aug 13, 2021 - Java
-
Updated
May 3, 2021 - Jupyter Notebook
-
Updated
Aug 17, 2021 - Java
-
Updated
Apr 22, 2021 - Java
-
Updated
Jun 5, 2020 - Python
Hello!
I would like to save metadata with each file that is created, similarly to pyGRETA.
I have already copied the function create_json in util.py. All that is needed, is a line of code calling that function after each file is created.
I could do it myself, but it is also an easy task for future maintainers :-)
-
Updated
Oct 19, 2018 - MATLAB
-
Updated
Jun 14, 2021 - Python
-
Updated
Jun 26, 2020 - Jupyter Notebook
-
Updated
Apr 28, 2021 - Python
-
Updated
Jun 23, 2021 - Python
-
Updated
Jun 16, 2021
-
Updated
Sep 18, 2020 - JavaScript
Improve this page
Add a description, image, and links to the energy-system topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the energy-system topic, visit your repo's landing page and select "manage topics."
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
To get all switches connected to a node, one needs to iterate over all the switches of its voltage level.
What is the expected behavior?
Get all switches connected to a node directly with cached calculation.
**What is the motivation / use case for changing the behavior?