Commit fd78ae6
committed
fix: Disable test_card for MILU dataset due to gated access
The MILU (Multilingual Language Understanding) dataset is gated and requires
special authentication/approval to access. This change comments out the
test_card() call to prevent test failures in automated environments while
maintaining the card preparation functionality for users with proper access.
Changes:
- Commented out test_card(card, strict=False) in prepare/cards/milu.py
- Added explanatory comment about gated dataset requirement1 parent 37e11e0 commit fd78ae6
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
91 | | - | |
| 90 | + | |
92 | 91 | | |
93 | 92 | | |
94 | 93 | | |
| |||
0 commit comments