fix: add validator config (#1273)
This commit is contained in:
parent
4524aca5d9
commit
e6d4dd67dc
15
config/test/config.validator.yaml
Normal file
15
config/test/config.validator.yaml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user