Because of third party neuroimaging software dependencies, it is not always possible to execute all Python command tests successfully. Rather than treating these as "failures", it would be preferable to instead flag them as "skipped". One solution would be to use SKIP_REGULAR_EXPRESSION.
Because of third party neuroimaging software dependencies, it is not always possible to execute all Python command tests successfully. Rather than treating these as "failures", it would be preferable to instead flag them as "skipped". One solution would be to use
SKIP_REGULAR_EXPRESSION.(May be best to use a centralised function)