watem-sedem / rfactor

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

Check output load function #92

Closed Sachagobeyn closed 1 month ago

Sachagobeyn commented 1 month ago

This PR refactors the use of load_functions. In the past workflow, we supported two load_functions (matlab and CSV). However, a number of different formats are available. To avoid the management of all these formats, we support implementation of custom functions by users, and the column name/type checking of the output of this function. The input files (path's) remain text files (extension .txt).

github-actions[bot] commented 1 month ago

Binder :point_left: Launch a binder notebook on this branch

Sachagobeyn commented 1 month ago

thanks!