···
# -- tests/metrics/test_toolkit.py --
"tests/metrics/test_toolkit.py::MetricToolkitTest::test_metric_sync"
"tests/metrics/test_toolkit.py::MetricCollectionToolkitTest::test_metric_collection_sync"
140
+
# Cannot access local process over IPv6 (nodename nor servname provided) even with __darwinAllowLocalNetworking
141
+
# Will hang, or appear to hang, with an 5 minute (default) timeout per test
142
+
"tests/metrics/aggregation/test_auc.py"
143
+
"tests/metrics/aggregation/test_cat.py"
144
+
"tests/metrics/aggregation/test_max.py"
145
+
"tests/metrics/aggregation/test_mean.py"
146
+
"tests/metrics/aggregation/test_min.py"
147
+
"tests/metrics/aggregation/test_sum.py"
148
+
"tests/metrics/aggregation/test_throughput.py"
149
+
"tests/metrics/classification/test_accuracy.py"
150
+
"tests/metrics/classification/test_auprc.py"
151
+
"tests/metrics/classification/test_auroc.py"
152
+
"tests/metrics/classification/test_binned_auprc.py"
153
+
"tests/metrics/classification/test_binned_auroc.py"
154
+
"tests/metrics/classification/test_binned_precision_recall_curve.py"
155
+
"tests/metrics/classification/test_confusion_matrix.py"
156
+
"tests/metrics/classification/test_f1_score.py"
157
+
"tests/metrics/classification/test_normalized_entropy.py"
158
+
"tests/metrics/classification/test_precision_recall_curve.py"
159
+
"tests/metrics/classification/test_precision.py"
160
+
"tests/metrics/classification/test_recall_at_fixed_precision.py"
161
+
"tests/metrics/classification/test_recall.py"
162
+
"tests/metrics/functional/classification/test_auroc.py"
163
+
"tests/metrics/ranking/test_click_through_rate.py::TestClickThroughRate::test_ctr_with_valid_input"
164
+
"tests/metrics/ranking/test_hit_rate.py::TestHitRate::test_hitrate_with_valid_input"
165
+
"tests/metrics/ranking/test_reciprocal_rank.py::TestReciprocalRank::test_mrr_with_valid_input"
166
+
"tests/metrics/ranking/test_retrieval_precision.py::TestRetrievalPrecision::test_retrieval_precision_multiple_updates_1_query"
167
+
"tests/metrics/ranking/test_retrieval_precision.py::TestRetrievalPrecision::test_retrieval_precision_multiple_updates_n_queries_without_nan"
168
+
"tests/metrics/ranking/test_weighted_calibration.py::TestWeightedCalibration::test_weighted_calibration_with_valid_input"
169
+
"tests/metrics/regression/test_mean_squared_error.py"
170
+
"tests/metrics/regression/test_r2_score.py"
171
+
"tests/metrics/test_synclib.py::SynclibTest::test_gather_uneven_multidim"
172
+
"tests/metrics/test_synclib.py::SynclibTest::test_gather_uneven"
173
+
"tests/metrics/test_synclib.py::SynclibTest::test_numeric_sync_state"
174
+
"tests/metrics/test_synclib.py::SynclibTest::test_sync_list_length"
175
+
"tests/metrics/text/test_bleu.py::TestBleu::test_bleu_multiple_examples_per_update"
176
+
"tests/metrics/text/test_bleu.py::TestBleu::test_bleu_multiple_updates"
177
+
"tests/metrics/text/test_perplexity.py::TestPerplexity::test_perplexity_with_ignore_index"
178
+
"tests/metrics/text/test_perplexity.py::TestPerplexity::test_perplexity"
179
+
"tests/metrics/text/test_word_error_rate.py::TestWordErrorRate::test_word_error_rate_with_valid_input"
180
+
"tests/metrics/text/test_word_information_lost.py::TestWordInformationLost::test_word_information_lost"
181
+
"tests/metrics/text/test_word_information_preserved.py::TestWordInformationPreserved::test_word_information_preserved_with_valid_input"
182
+
"tests/metrics/window/test_auroc.py"
183
+
"tests/metrics/window/test_click_through_rate.py::TestClickThroughRate::test_ctr_with_valid_input"
184
+
"tests/metrics/window/test_mean_squared_error.py"
185
+
"tests/metrics/window/test_normalized_entropy.py::TestWindowedBinaryNormalizedEntropy::test_ne_with_valid_input"
186
+
"tests/metrics/window/test_weighted_calibration.py::TestWindowedWeightedCalibration::test_weighted_calibration_with_valid_input"