Skip to content

Commit

Permalink
Activated a test
Browse files Browse the repository at this point in the history
  • Loading branch information
sandve committed Jan 29, 2024
1 parent beb8dc6 commit a5ed4ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/data_wrangling/test_standardize_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
from climate_health.data_wrangling.separated_data import load_separated_data
import pytest


# 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' / 'nonstandard_separate'
data_files = (str(example_data_path / filename) for filename in
Expand Down

0 comments on commit a5ed4ac

Please sign in to comment.