Michaela Sizemore
Michaela Sizemore
Closes #35 #34 Summary of changes: - Update financial_functions.py to use PySAM > 3.0 - Update input_data_functions.py to use sqlalchemy text to conform to Pandas requirements - Update environment file...
Issue overview -------------- PySAM 2.1.4 is not (easily) compatible with Mac M1/M2 chips. dGen team uses PySAM >3.0 internally, so migration/update has been established and should be reflected in open-source...
- Update financial_functions.py to handle (commercial) battery storage == 0 - Improve changing model start year
Investigate options for structure of repo. Potential items: - Packaging - Tests - Updating requirements.txt, conda environment
Adds functionality to current workflows to set up and run the Dockerfile. If the action fails, there is an issue with the process or code which can then be targeted...
closes #60 Occasionally, the database will duplicate values in the tables created/used. When this happens, it will cause the agent file to duplicate itself when merging the values from the...
Issue overview -------------- Users have asked for a version of dGen without the Docker dependency due to licensing issues for their organization. The dGen model uses Docker primarily for the...
- Implement pre-commit hooks in repo/environment - Rename "master" to "main" - Explore using Miniconda over Anaconda
Updating all function docstrings: - To follow [numpydoc](https://www.sphinx-doc.org/en/master/usage/extensions/example_numpy.html) style - For accuracy of content (e.g. removing unused variables, updating variable information, etc)
Issue overview -------------- Update following areas: - Open Source Data - Contributors Guide Create pages for: - Documenting model outputs - Known bugs and their fixes