-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
aggregation by gender fails as expected, but shows this policy type:
A lot of nestings of AnyPolicies, likely because of joining with and.
Investigate later.
RefPolicy(
AnyPolicy(
AnyPolicy(
AnyPolicy(
AnyPolicy(AggregateAccessPolicy(sensitive=true))
AND
AnyPolicy(KAnonymityPolicy(count=2))
)
AND
AnyPolicy(KAnonymityPolicy(count=2))
)
AND
AnyPolicy(AggregateAccessPolicy(sensitive=true))
)
)