Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange policy nesting in websubmit boxed #26

Open
KinanBab opened this issue Apr 13, 2024 · 1 comment
Open

Strange policy nesting in websubmit boxed #26

KinanBab opened this issue Apr 13, 2024 · 1 comment
Labels
bug Something isn't working open source

Comments

@KinanBab
Copy link
Collaborator

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))
  )
)
@KinanBab KinanBab added bug Something isn't working camera ready labels Sep 3, 2024
@KinanBab
Copy link
Collaborator Author

@artemagvanian this is similar to something you ran into again recently right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working open source
Projects
None yet
Development

No branches or pull requests

1 participant