mirror of
https://github.com/amazon-science/chronos-forecasting
synced 2026-05-24 01:58:27 +00:00
Format test_df_utils
This commit is contained in:
parent
6c70e1a096
commit
38f3ef1bb0
1 changed files with 0 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue