Commit 4f5b293
authored
Skip one more hypothesis test for dtype string (#11152)
Includes a few small fixes:
* When the key is `dim` using **kwargs doesn't yield the same result as
using the positional argument. Consider making this a positional
argument only field in the future.
* Coerce pd.Index to object if string dtype fails1 parent faeae19 commit 4f5b293
3 files changed
Lines changed: 15 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
272 | 279 | | |
273 | 280 | | |
274 | 281 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5205 | 5205 | | |
5206 | 5206 | | |
5207 | 5207 | | |
5208 | | - | |
| 5208 | + | |
5209 | 5209 | | |
5210 | 5210 | | |
5211 | 5211 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
536 | 536 | | |
537 | 537 | | |
538 | 538 | | |
539 | | - | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
540 | 546 | | |
541 | 547 | | |
542 | 548 | | |
| |||
0 commit comments