Skip to content

Small bug found in indicator "MCAID_Female_Disabled" #4

@Bowiemb

Description

@Bowiemb

The line:
indicator(B,'MCAID_Female_Disabled') <= medicaid(B) & disabled(B) & male(B)
needs to be:
indicator(B,'MCAID_Female_Disabled') <= medicaid(B) & disabled(B) & female(B)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions