tmaklin / cpprate

Reimplementation of the variable selection via RATE method https://github.com/lorinanthony/RATE
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add an error message if reading the input files fails #7

Closed tmaklin closed 7 months ago

tmaklin commented 1 year ago

Currently the program crashes with a segmentation fault if the input files are not formatted as expected. This isn't very helpful and it'd be better to print an error message telling that something went wrong with reading the input files.

tmaklin commented 1 year ago

Further improvements to add: