Skip to content
Snippets Groups Projects
Unverified Commit 8b1c3fd5 authored by Christian Geishauser's avatar Christian Geishauser Committed by GitHub
Browse files

Update vector_binary.py

do not use domain mask by default
parent f69b60bc
Branches
Tags
No related merge requests found
......@@ -68,7 +68,7 @@ class VectorBinary(VectorBase):
domain_mask = self.compute_domain_mask(domain_active_dict)
entity_mask = self.compute_entity_mask(number_entities_dict)
general_mask = self.compute_general_mask()
mask = domain_mask + entity_mask + general_mask
mask = entity_mask + general_mask
return mask
def vectorize_booked(self, state):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment