Skip to content

Enhancement: t-SNE Script Improvements (#13513) #15442

Enhancement: t-SNE Script Improvements (#13513)

Enhancement: t-SNE Script Improvements (#13513) #15442

Triggered via pull request October 16, 2025 07:58
Status Failure
Total duration 9s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
Ruff (E501): machine_learning/t_stochastic_neighbour_embedding.py#L104
machine_learning/t_stochastic_neighbour_embedding.py:104:89: E501 Line too long (89 > 88)
Ruff (UP006): machine_learning/t_stochastic_neighbour_embedding.py#L25
machine_learning/t_stochastic_neighbour_embedding.py:25:26: UP006 Use `tuple` instead of `Tuple` for type annotation
Ruff (UP035): machine_learning/t_stochastic_neighbour_embedding.py#L9
machine_learning/t_stochastic_neighbour_embedding.py:9:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead