Disabling missing data imputation

using the selection of a boolean matrix I receive the following error

NotImplementedError: Logprob method not implemented for AdvancedSubtensor

I’m using

 pm.Potential('likelihood',pm.logp(pm.Normal(mu, sigma)[mask.values], obs_dataset[mask.values]))

where mask its a xr.DataArray with booleans