summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Mollier <emollier@debian.org>2023-08-18 20:32:09 +0200
committerÉtienne Mollier <emollier@debian.org>2023-08-18 20:32:09 +0200
commita22011a2ec255b57e2084b61bdac0dbf532b2ded (patch)
tree27bed0c52a0fff5ba44315e763857798918d1911
parent44e15dc2752db3389f7a58973c881428fe3ee9b9 (diff)
reduce-precision-in-tests.patch: refresh.
-rw-r--r--debian/patches/reduce-precision-in-tests.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/reduce-precision-in-tests.patch b/debian/patches/reduce-precision-in-tests.patch
index 874d867..ca546dc 100644
--- a/debian/patches/reduce-precision-in-tests.patch
+++ b/debian/patches/reduce-precision-in-tests.patch
@@ -5,7 +5,7 @@ Forwarded: yes
Last-Update: 2021-07-25
--- q2-sample-classifier.orig/q2_sample_classifier/tests/test_estimators.py
+++ q2-sample-classifier/q2_sample_classifier/tests/test_estimators.py
-@@ -250,9 +250,9 @@
+@@ -253,9 +253,9 @@
pred, self.mdc_chard_fp.to_series(), 'ignore')
accuracy = accuracy_score(truth, pred)
self.assertAlmostEqual(
@@ -17,7 +17,7 @@ Last-Update: 2021-07-25
# test if training classifier with pipeline classify_samples raises
# warning when test_size = 0.0
-@@ -381,7 +381,7 @@
+@@ -386,7 +386,7 @@
regressor, accuracy, seeded_results[regressor]))
else:
self.assertAlmostEqual(
@@ -26,7 +26,7 @@ Last-Update: 2021-07-25
msg='Accuracy of %s regressor was %f, but expected %f' % (
regressor, accuracy, seeded_results[regressor]))
-@@ -523,7 +523,7 @@
+@@ -544,7 +544,7 @@
self.assertAlmostEqual(
mse, seeded_predict_results[regressor],
msg='Accuracy of %s regressor was %f, but expected %f' % (