From 2f567b983bdd2d53d043587dc0b15d4cfef486ed Mon Sep 17 00:00:00 2001 From: Benjamin Sparks Date: Sun, 9 Mar 2025 23:05:05 +0100 Subject: [PATCH] python3Packages.torcheval: disable flaky test --- pkgs/development/python-modules/torcheval/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/torcheval/default.nix b/pkgs/development/python-modules/torcheval/default.nix index 0e696603fdae..4d480b700e33 100644 --- a/pkgs/development/python-modules/torcheval/default.nix +++ b/pkgs/development/python-modules/torcheval/default.nix @@ -99,6 +99,11 @@ buildPythonPackage { # AssertionError: Scalars are not close! # Expected 7.781850814819336 but got 7.781772613525391 "--deselect=tests/metrics/image/test_psnr.py::TestPeakSignalNoiseRatio::test_psnr_with_random_data" + + # -- tests/metrics/regression/test_mean_squared_error.py -- + # AssertionError: Scalars are not close! + # Expected -640.4547729492188 but got -640.4707641601562 + "--deselect=tests/metrics/regression/test_mean_squared_error.py::TestMeanSquaredError::test_mean_squared_error_class_update_input_shape_different" ]; meta = {