Skip to content

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

Enhancement: t-SNE Script Improvements (#13513)

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

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
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