If a condition is say only repeated every other run, we end up with design matrices with all zeros on the column for that condition on the run it wasn't presented.
This will trigger an error in 2 of our core functions fit_runs and make_project_matrix.
If a condition is say only repeated every other run, we end up with design matrices with all zeros on the column for that condition on the run it wasn't presented.
This will trigger an error in 2 of our core functions fit_runs and make_project_matrix.
This PR intends to fix this.