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

Dataloader bug #4

Merged
merged 2 commits into from
Jul 5, 2024
Merged

Dataloader bug #4

merged 2 commits into from
Jul 5, 2024

Conversation

dfulu
Copy link
Member

@dfulu dfulu commented Jul 5, 2024

There was a mistake in the dataloader around the selection of forecast initialisation times. In the code we assume that if we are forecasting the satellite data with time frequency $t$ (e.g. 15 minutely) then the forecast initialisation times should be a multiple of $t$. There was a mistake in the find_valid_t0_times() function which did violated this assumption.

It has now been fixed and a new test added which would have caught the mistake

@dfulu dfulu merged commit 173c567 into main Jul 5, 2024
0 of 3 checks passed
@dfulu dfulu deleted the dataloader_bug branch July 5, 2024 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant