Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pip install .[test]
- name: Test with pytest
run: |
pytest dr_simulator/tests/
pytest tests/
- name: Upload codecov
uses: codecov/codecov-action@v1

Expand Down
21 changes: 21 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
cff-version: 1.2.0
message: "If this software has been useful in your research, we encourage you to cite it using the provided metadata."
authors:
- family-names: "Sakthivelu"
given-names: "Adhithyan"
orcid: "https://orcid.org/0000-0002-3826-8112"
- family-names: "Chapin"
given-names: "Fletcher T."
orcid: "https://orcid.org/0000-0002-2165-7963"
- family-names: "Bolorinos"
given-names: "Jose"
orcid: "https://orcid.org/0000-0002-3741-5483"
- family-names: "Mauter"
given-names: "Meagan S."
orcid: "https://orcid.org/0000-0002-4932-890X"
title: "Demand Response Events Simulator"
version: 0.4.0
date-released: August 27, 2025
type: software
doi: 10.5281/zenodo.17089047
url: "https://github.com/we3lab/dr-simulator"
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Welcome to Demand Response Events Simulator
===========================================

|Build Status| |Documentation| |Coverage|
|Build Status| |Documentation| |Coverage| |DOI|

Incentive Based DR Program: Overview
-------------------------------------
Expand Down Expand Up @@ -82,3 +82,5 @@ Watch out for the upcoming release features:
:target: https://we3lab.github.io/dr-simulator/
.. |Coverage| image:: https://codecov.io/gh/we3lab/dr-simulator/graph/badge.svg?token=HXGOYK8JCD
:target: https://codecov.io/gh/we3lab/dr-simulator
.. |DOI| image:: https://zenodo.org/badge/754373870.svg
:target: https://doi.org/10.5281/zenodo.17089048