From 81ece32ac3a9f8906a7670ccfa0d8629632627a6 Mon Sep 17 00:00:00 2001 From: pvprajwal <74557086+pvprajwal@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:47:13 +0530 Subject: [PATCH] Update test_select_time_slice.py # Pull Request ## Description This PR removes `max_steps_gap` and `fill_selection` parameters and `_sel_fillinterp()` and `_sel_fillnan()` as they are no longer required for training. Fixes #107 ## Checklist: - [.] My code follows [OCF's coding style guidelines](https://github.com/openclimatefix/.github/blob/main/coding_style.md) - [.] I have performed a self-review of my own code - [ ] I have made corresponding changes to the documentation - [ ] I have added tests that prove my fix is effective or that my feature works - [.] I have checked my code and corrected any misspellings --- tests/select/test_select_time_slice.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/select/test_select_time_slice.py b/tests/select/test_select_time_slice.py index e69277e..4feba9d 100644 --- a/tests/select/test_select_time_slice.py +++ b/tests/select/test_select_time_slice.py @@ -99,7 +99,6 @@ def test_select_time_slice_out_of_bounds(da_sat_like, t0_str): interval_start=interval_start, interval_end=interval_end, sample_period_duration=freq, - fill_selection=True ) # Check the returned times are as expected