PolicyEngine / openfisca-tools

Python tools for enhancing OpenFisca country packages.
1 stars 1 forks source link

Remove `is_in` function #10

Closed MaxGhenis closed 2 years ago

MaxGhenis commented 2 years ago

Can we can use np.isin instead?

nikhilwoodruff commented 2 years ago

Fixed in #24 - seems like that doesn't work, but np.any(..., axis=0) does.