From 38f3ef1bb09762a15b5c0a99ec16404b0ff471a2 Mon Sep 17 00:00:00 2001 From: Oleksandr Shchur Date: Mon, 19 Jan 2026 10:36:23 +0000 Subject: [PATCH] Format test_df_utils --- test/test_df_utils.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/test_df_utils.py b/test/test_df_utils.py index 6e0de0c..7d5d814 100644 --- a/test/test_df_utils.py +++ b/test/test_df_utils.py @@ -368,9 +368,6 @@ def test_convert_df_preserves_all_values_with_random_inputs(): assert len(prediction_timestamps) == n_series -# Tests for freq parameter - - def test_convert_df_with_freq_and_validate_inputs_raises_error(): """Test that providing freq with validate_inputs=True raises ValueError.""" df = create_df(series_ids=["A", "B"], n_points=[10, 12], target_cols=["target"], freq="h")