Skip to content

Commit

Permalink
removed unused fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
brsnw250 committed Oct 16, 2023
1 parent cd8e304 commit 5219abf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_metrics/test_intervals_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ def tsdataset_with_zero_width_quantiles(example_df):
return ts_train, ts_test


@pytest.fixture()
def tsdataset_with_different_width_and_shifted_quantiles(example_df):
return get_datasets_with_intervals(df=example_df, lower_name="target_0.025", upper_name="target_0.975")


@pytest.fixture()
def tsdataset_with_lower_upper_borders(example_df):
return get_datasets_with_intervals(df=example_df, lower_name="target_lower", upper_name="target_upper")
Expand Down

0 comments on commit 5219abf

Please sign in to comment.