Skip to content

Commit

Permalink
Merge pull request #618 from Breakthrough-Energy/develop
Browse files Browse the repository at this point in the history
develop -> master for v0.5.1
  • Loading branch information
jenhagg authored Apr 19, 2022
2 parents f08ba77 + 2098a40 commit 400cad3
Show file tree
Hide file tree
Showing 60 changed files with 3,088 additions and 1,424 deletions.
47 changes: 0 additions & 47 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/data-intake.md

This file was deleted.

36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

21 changes: 0 additions & 21 deletions .github/pull_request_template.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: 3.9

- run: python -m pip install --upgrade pip tox
- run: tox -e pytest-local -- --cov-report=xml
- run: tox -e pytest-local -- --cov=powersimdata --cov-report=xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
python-version: ${{ matrix.python-version }}

- run: python -m pip install --upgrade pip tox
- run: tox -e pytest-local
- run: tox -e pytest-local -- --cov=powersimdata
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM python:3.8.3

RUN apt-get update
RUN apt-get install gawk
RUN ln -s /mnt/bes/pcm $HOME/ScenarioData

COPY powersimdata/utility/templates /mnt/bes/pcm/
Expand Down
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ black = "*"
pytest = "*"
coverage = "*"
pytest-cov = "*"
pypsa = "*"

[packages]
networkx = "~=2.5"
numpy = "~=1.20"
pandas = "~=1.2"
paramiko = "==2.7.2"
paramiko = "==2.10.1"
scipy = "~=1.5"
tqdm = "==4.29.1"
requests = "~=2.25"
Expand Down
Loading

0 comments on commit 400cad3

Please sign in to comment.