Merge branch 'feature/QUANT-1196-solve-all-the-things' of github.com:yardstick/measure-solver into feature/QUANT-1196-solve-all-the-things
This commit is contained in:
commit
489a6f22e6
@ -49,10 +49,7 @@ def solution_to_file(buffer, total_form_items, forms):
|
||||
for form in forms:
|
||||
row = [form.status]
|
||||
|
||||
for result in form.tif_results:
|
||||
row += [f'value - {result.value}\nresult - {round(result.result, 2)}']
|
||||
|
||||
for result in form.tcc_results:
|
||||
for result in form.tif_results + form.tcc_results:
|
||||
row += [f'value - {result.value}\nresult - {round(result.result, 2)}']
|
||||
|
||||
# provide generated items and cut score
|
||||
|
Loading…
x
Reference in New Issue
Block a user