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

Is full data range necessary for tests? #16

Open
prakaa opened this issue May 8, 2021 · 0 comments
Open

Is full data range necessary for tests? #16

prakaa opened this issue May 8, 2021 · 0 comments

Comments

@prakaa
Copy link
Contributor

prakaa commented May 8, 2021

Three tests in test_processing_info_maps.py draw data from the start of the data model (see code below) to 2018. In some cases this is 9 years worth of data and quite large. This slows testing down. Is this range necesary for these tests?

Based on tests run for #15, testing time incuding downloads is ~20 minutes on a high end computer.

start_test_window = defaults.nem_data_model_start_time

where

nem_data_model_start_time = '2009/07/01 00:00:00

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

No branches or pull requests

1 participant