Skip to content

Commit

Permalink
ci: add validator config
Browse files Browse the repository at this point in the history
  • Loading branch information
lkstrp committed Sep 10, 2024
1 parent 8a0b6ba commit b829119
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/test/config.validator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# SPDX-FileCopyrightText: : 2017-2024 The PyPSA-Eur Authors
#
# SPDX-License-Identifier: CC0-1.0

logging:
level: INFO
format: '%(asctime)s - %(levelname)s - %(name)s - %(message)s'

run:
prefix: "validation"

clustering:
temporal:
resolution_elec: 365H
resolution_sector: 365H

0 comments on commit b829119

Please sign in to comment.