Closed skearnes closed 4 years ago
If the error is caused not by the absence of the changed_pb_files.txt
file, but by the fact that it's empty, I think it would make more sense to modify the process_dataset.py
script to handle that case gracefully
If the error is caused not by the absence of the
changed_pb_files.txt
file, but by the fact that it's empty, I think it would make more sense to modify theprocess_dataset.py
script to handle that case gracefully
The issue is actually in the for loop; process_datasets is fine but the file has a single character in it that messes up the calls to check_pb.
Fixes a failing test on #29