Commit 9ebc1a4
authored
Update base branch (#1)
* Fix issue pandas-dev#47101
Bisecting two years ago ( pandas-dev#47101 (comment) ) shows this regression was introduced in b2d54d9 in 2021. Somehow this hasn't been patched since then.
PR pandas-dev#48313 was supposed to address this, but the PR was closed and never merged and the bug has persisted.
* Add a test as per PR guidelines
* Fix typo
* Resolve inconsistent namespace as per PR test
https://results.pre-commit.ci/run/github/858127/1723498369.6V12SWx7T-WpLZDAXXkz0Q
This web UI commit will still fail, as the E501 line-too-long check will fail until the next commit
* Resolve E501 linting errors
https://results.pre-commit.ci/run/github/858127/1723498369.6V12SWx7T-WpLZDAXXkz0Q
* Fix test TypeErrors
np.equal([1,2,3], "") fails
* Quote style for Ruff
* typing and remove code backtick possibly incorrectly triggering ruff formatter
* mpy supression for caught error
* trailing space1 parent 47b56ea commit 9ebc1a4
2 files changed
+23
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
128 | 139 | | |
129 | 140 | | |
130 | 141 | | |
131 | | - | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
132 | 146 | | |
133 | 147 | | |
134 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1518 | 1518 | | |
1519 | 1519 | | |
1520 | 1520 | | |
| 1521 | + | |
| 1522 | + | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
| 1526 | + | |
| 1527 | + | |
0 commit comments