GSTT-CSC / hazen-web-app

Interactive web-based implementation of hazen
Other
0 stars 0 forks source link

Fix result parsing from hazenlib output #86

Closed sophie22 closed 2 years ago

sophie22 commented 2 years ago

hazenlib task returns a dictionary with format: { "task and image specific key": {'measurement': 'value'}, "reports": {flexible, including path to report images as list of strings} } also includes filename change of report.html to reports.html

heyhaleema commented 2 years ago

Note:hazenlib needs to be updated, i.e. pip uninstall hazen and then re-run pip install -r requirements.txt