matheuscnali/bearing_rul_predict

The csv merge script is not working

Opened this issue · 1 comments

The csv merge script is not working, fail to read any files under the input path.

should change csv_files = sorted(glob.glob('%s/%s*.csv' % (path_in, file_type))) to csv_files = sorted(glob.glob('%s/**/%s*.csv' % (path_in, file_type)))