Skip to content

Commit

Permalink
adjusted to newer pyro
Browse files Browse the repository at this point in the history
  • Loading branch information
jgriesfeller committed Jan 31, 2025
1 parent eb3bca2 commit b112b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaerocom/aeroval/config/ciconfigs/base_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def get_CFG(reportyear, year) -> dict:

config = PyaroConfig(
name=data_name,
data_id=data_id,
reader_id=data_id,
filename_or_obj_or_url=TEST_DATA_DIR,
filters={"variables": {"include": ["O3_density"]}},
name_map={"O3_density": "vmro3"},
Expand Down

0 comments on commit b112b64

Please sign in to comment.