Commit 8f92037
`np.is_in` is not a numpy function — the correct name is `np.isin`.
Both call sites sit inside `if child_education_levels is not None:`
branches, so the typo only surfaces when the reform is instantiated
with that argument. Replace with `np.isin` so the reform doesn't
crash with AttributeError when exercised.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent eb76457 commit 8f92037
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments