Fix IndependentPosteriorMultiOutput for kernels with active_dims by BLarvaron · Pull Request #1724 · GPflow/GPflow

Hi @BL7X4 ! thanks for catching this, I suspect you are right. You need to run make format (or manually call the black formatter) to get the format-checker to pass (and merge in develop).

It'd be great if you could also add a test case that confirms that having kernels with active_dims was broken before, and is fixed by this change!