You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CIMS is a Python package providing the Python implementation of the CIMS
economic climate model.
⚙️ Installation
CIMS is not currently available on PyPi or other package indexes. Follow the installation guide to get CIMS running on your machine.
🧑💻 Usage
Once you've installed CIMS you can call its functions and classes from within your own Python script, notebook, or program. Follow the quickstart guide to familiarize yourself with CIMS's key functionality.
Contributions to CIMS are welcome, in many different forms:
Issues — If you identify a bug, error in the documentation, or a potential improvement to CIMS, consider putting this information into an issue. First, search the list of existing issues to see if there is an ongoing discussion to join. If a relevant issue doesn't already exist, please create a new issue.
Code — If you are comfortable writing code feel free to make a Pull Request (PR) with your changes. If you've tackled a large feature request or bug, please also create a new issue, or mention an existing issue within your PR.
Documentation — If you notice typos, out-of-date information, or opportunities for improvements in the documentation (and are comfortable writing Markdown), please consider making a PR with changes.
Any kind of contribution, whether its fixing a small typo, refactoring existing code, or the implementation of a brand new module helps improve this project.