Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[production/AQM.v7] Bug on default value of FCST_LEN_CYCL #802

Closed
chan-hoo opened this issue May 18, 2023 · 0 comments · Fixed by #821
Closed

[production/AQM.v7] Bug on default value of FCST_LEN_CYCL #802

chan-hoo opened this issue May 18, 2023 · 0 comments · Fixed by #821
Assignees
Labels
bug Something isn't working

Comments

@chan-hoo
Copy link
Collaborator

Current behavior

Current default value of FCST_LEN_CYCL in config_default.yaml:

This causes wrong forecast hours in case of the same forecast length hours in the script:

if [ ${#FCST_LEN_CYCL[@]} -gt 1 ]; then

Detailed Description of Fix

It should be set as the same as 'develop' branch:

@chan-hoo chan-hoo added the bug Something isn't working label May 18, 2023
@chan-hoo chan-hoo self-assigned this May 18, 2023
@chan-hoo chan-hoo linked a pull request Jun 5, 2023 that will close this issue
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant