cnerg/RadClass

for-loop fails if no rejected null hypotheses found

stompsjo opened this issue · 1 comments

https://github.com/CNERG/RadClass/blob/ae1c71cd7c2e2c0077b244c9f6d05453445749ec/RadClass/H0.py#L121

This loop will fail if no rejected null hypotheses were recorded during analysis. Realistically, I think we would still want a user to be able to use the write method of H0, even if it just writes a blank array.

Addressed in #28