oncoray / mirp

Medical Image Radiomics Processor
https://oncoray.github.io/mirp/
European Union Public License 1.2
38 stars 11 forks source link

Unit test required for testing whether keyword and xml-based arguments yield the expected #49

Closed alexzwanenburg closed 5 months ago

alexzwanenburg commented 5 months ago

A user reported that comparison with the IBSI reference standard failed when using a configuration file. mirp can be configured through keyword arguments and the settings xml file. The tests that assert compliance with the IBSI reference standard are based on direct specification of the settings object.

Keywords and xml-based arguments are both used to initialise a settings object. However, we currently do not test whether keyword arguments and arguments from the settings xml file yield the same settings objects, and that these setting objects then contain the expected values.

alexzwanenburg commented 5 months ago

The above are implemented.

In addition: