Commit 0ef14c2
committed
Fix Ruff linting errors E501 and EM102 in t-SNE implementation
Resolve line length violation (E501) and f-string literal in exception (EM102) by splitting error message and using variable assignment.1 parent 7926720 commit 0ef14c2
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
233 | | - | |
234 | | - | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
235 | 236 | | |
| 237 | + | |
236 | 238 | | |
237 | 239 | | |
238 | 240 | | |
| |||
0 commit comments