GSTT-CSC / hazen

Quality assurance framework for Magnetic Resonance Imaging
https://github.com/GSTT-CSC/hazen
Apache License 2.0
22 stars 12 forks source link

QMS Conformity #334

Closed elizaGSTT closed 1 year ago

elizaGSTT commented 1 year ago

requirement to print the expected results and obtained result for each new hazen version to ensure we comply with ISO9001.

image image image
Lucrezia-Cester commented 1 year ago

thank you @elizaGSTT for adding it all here.

I will start implementing today's proposed solution:

the pytest tests/ script should print in the CLI the expected results and the outputted results of the tests scripts.

Lucrezia-Cester commented 1 year ago

@elizaGSTT, i have solved the issue in this PR https://github.com/GSTT-CSC/hazen/pull/335.

The resolution is as follows:

when you run pytest -v -s tests/ you will be able to see the output of the hazenlib funcitons in the terminal compared to a set of fixed values taken from test images in a test folder.