You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to create a new struct VariableSpace and use that instead of Set for Sampler space. We can then overload Base.in to check if vn is inside space including the case when space is empty. We can overload in now with space::Set but that can cause confusion with the empty space case.