Skip to content

Commit 174b148

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b221e81 commit 174b148

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ repos:
1717
- id: ruff
1818
args: [ --select=I, --fix ]
1919
# Run the formatter.
20-
- id: ruff-format
20+
- id: ruff-format

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CICCADA
22

3-
Project CICCADA (Consumer-energy-resource integration, compliance and curtailment assessment and data analysis) is an Australian Renewable Energy Agency (ARENA) sponsored project led by Collaboration on Energy and Environmental Markets (CEEM) team at University of New South Wales (UNSW). The project collaborates with Australian Energy Market Operator (AEMO), Solar Analytics and distribution network service providers (DNSPs) Ausgrid, Energex, Ergon and SA-Power Networks (SAPN).
3+
Project CICCADA (Consumer-energy-resource integration, compliance and curtailment assessment and data analysis) is an Australian Renewable Energy Agency (ARENA) sponsored project led by Collaboration on Energy and Environmental Markets (CEEM) team at University of New South Wales (UNSW). The project collaborates with Australian Energy Market Operator (AEMO), Solar Analytics and distribution network service providers (DNSPs) Ausgrid, Energex, Ergon and SA-Power Networks (SAPN).
44

55
The project will focus on real-world operational datasets and investigate the compliance and curtailment of the Australian CER fleet including rooftop PV, battery energy storage systems (BESS) and Electric Vehicles (EVs). CER operations will be studied under normal operating conditions based on AS 4777.2.2020 and CSIP-AUS including power quality response modes (PQRM) and dynamic operating envolpes (DOEs) as well as under Emergency Backtsop Measures (EBM).
66

@@ -15,4 +15,3 @@ Please note that this project is released with a [Code of Conduct](CONDUCT.md).
1515
## License
1616

1717
`CICCADA` was created by `CEEM UNSW`. It is licensed under the terms of [GNU GPL-3.0-or-later](LICENSE) licences.
18-

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ addopts = "-ra --doctest-modules --cov=src/ --cov-branch --cov-report xml:tests/
4444
select = [
4545
# isort
4646
"I",
47-
]
47+
]

src/ciccada/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
from importlib.metadata import version
33

44
__version__ = version("ciccada")
5-

0 commit comments

Comments
 (0)