Skip to content

Commit

Permalink
Fix error in file path
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahcollyer committed Jun 25, 2024
1 parent 3b85894 commit 7ae51eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_flag_for_winsorisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@

from src.flag_for_winsorisation import winsorisation_flag

path = "/home/cdsw/monthly-business-survey-results"


@pytest.fixture(scope="class")
def winsorisation_flag_test_data():
return pd.read_csv(
path + "/tests/data/winsorisation/flag_data.csv",
"tests/data/winsorisation/flag_data.csv",
low_memory=False,
usecols=lambda c: not c.startswith("Unnamed:"),
)
Expand Down

0 comments on commit 7ae51eb

Please sign in to comment.