From beb8dc685d14b5079293038c4f078bcde9e40102 Mon Sep 17 00:00:00 2001 From: geirksa Date: Mon, 29 Jan 2024 14:51:10 +0100 Subject: [PATCH] Updated test to use new path --- tests/data_wrangling/test_standardize_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data_wrangling/test_standardize_data.py b/tests/data_wrangling/test_standardize_data.py index e8b22ef5..d92f48c9 100644 --- a/tests/data_wrangling/test_standardize_data.py +++ b/tests/data_wrangling/test_standardize_data.py @@ -9,7 +9,7 @@ # Seems to fail due to missing example data @pytest.mark.xfail def test_load_separated_data(): - example_data_path = Path(__file__).parent.parent.parent / 'example_data' + example_data_path = Path(__file__).parent.parent.parent / 'example_data' / 'nonstandard_separate' data_files = (str(example_data_path / filename) for filename in ('separated_disease_data.csv', 'separated_rain_data.csv',