watem-sedem / rfactor

R-factor
https://watem-sedem.github.io/rfactor/
GNU Lesser General Public License v3.0
6 stars 2 forks source link

error propagation tqdm #57

Closed Sachagobeyn closed 6 months ago

Sachagobeyn commented 1 year ago

When using rfactor.process.load_rain_file in rfactor.process.load_rain_folder with tqdm, one does not get the proper errors back form load_rain_file. As such, no clear error is raised when a files in a folder do not have the correct format. In addition, the error message might be unclear (e.g. when time column of input files is not correct)

Sachagobeyn commented 6 months ago

Is working now in https://github.com/watem-sedem/rfactor/pull/79, closing