darpa-sail-on / Sail-On-API

0 stars 0 forks source link

Move the feedback functions to their own file so they can be reused by other 'providers' #5

Open awk11 opened 3 years ago

awk11 commented 3 years ago

We can duplicate work as well such as reading the feedback files from the feedback functions making them simpler to use: for example: with open(result_files[0], "r") as rf: result_reader = csv.reader(rf, delimiter=",") results = read_feedback_file(result_reader, feedback_ids, metadata, False)