Closed joosjegoedhart closed 1 year ago
@hoffmansc please review :)
For test_standard_datasets.py::test_bank_priviliged_attributes
E FileNotFoundError: [Errno 2] No such file or directory: 'aif360/data/raw/bank/bank-additional-full.csv’.
I keep on getting errors here. It seems because os.chdir() in notebook_runner.py() sets the working directory of the entire test process process to …AIF360/examples.
I fixed this issue by resetting the path in tests/notebook_runner.py
Closes #265
Changes:
@hoffmansc or @nrkarthikeyan