fiaisis / run-detection

The way we detect when our system for reduction should automatically perform a reduction and with what arguments we should do that.
GNU General Public License v3.0
1 stars 1 forks source link

[Run-Detection] Refactor ingest function #136

Closed keiranjprice101 closed 1 year ago

keiranjprice101 commented 1 year ago

Description of the issue

The ingest function is quite large and does multiple things, it could be broken down. For example loading the dataset in a seperate function, checking the extension, etc.