Skip to content

Commit

Permalink
Merge pull request #26 from ecmwf/hotfix/fix_not_using_cli_config
Browse files Browse the repository at this point in the history
error when using non-default dataset/stations dim names from cli
  • Loading branch information
corentincarton authored Mar 27, 2024
2 parents d53110c + 763ccb4 commit 4bfd200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hat/tools/extract_simulation_timeseries_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def command_line_tool(
print_overview(cfg, stations, simulation)

# Extract time series
timeseries = extract_timeseries(stations, simulation)
timeseries = extract_timeseries(stations, simulation, cfg)
title("Timeseries extracted")
print(timeseries)

Expand Down

0 comments on commit 4bfd200

Please sign in to comment.