-
Updated
Aug 24, 2020 - Python
energy-system
Here are 42 public repositories matching this topic...
-
Updated
Sep 8, 2020 - Python
-
Updated
Sep 9, 2020 - Python
-
Updated
Sep 14, 2020 - Julia
-
Updated
Sep 10, 2020 - Python
-
Updated
Aug 21, 2020 - HTML
-
Do you want to request a feature or report a bug?
This issue corresponds to a need for standardization of existing CSV exports in PowSyBl. -
What is the current behavior?
At the moment, the CSV exports are done with different standards: the separators can be imposed to "," or ";", or taken from the locale set of variables (care must then be taken in the tests to specify the s
-
Updated
Jul 20, 2020 - Python
We observed recently that there are situations where we want append() to overwrite existing data. At the moment, an error is raised if data is recalculated. It should be extended to allow:
- overwriting
- warning
- raise an error
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 16, 2020 - Java
-
Updated
Jul 29, 2020
-
Updated
Sep 14, 2020 - C++
-
Updated
Aug 29, 2018
Was reinstalling ixmp on a fresh system and got the following error due to a jdk flavor not being installed:
________________________________________________________________________________________ ERROR at setup of test_scen_list _________________________________________________________________________________________
request = <SubRequest 'test_mp' for <Function test_scen_list>>
-
Updated
Mar 5, 2020 - Java
-
Updated
Apr 2, 2019 - Jupyter Notebook
-
Updated
Sep 14, 2020 - Java
-
Updated
Sep 14, 2020 - Python
-
Updated
Jun 5, 2020 - Python
-
Updated
Sep 14, 2020 - Java
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
Sep 3, 2020 - GAMS
-
Updated
Oct 19, 2018 - MATLAB
-
Updated
Sep 9, 2020 - Python
-
Updated
Feb 9, 2018 - Python
-
Updated
Apr 13, 2020 - Python
-
Updated
Sep 12, 2019 - Python
-
Updated
Jul 17, 2019 - R
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."
Problem description
We only allow timeseries data to be added to the model from CSV. Ideally we would also have the possibility of having e.g.
resource: dataframe=df:columnfor any dataframedfloaded into the current instance of Python.Steps to introduce functionality