QuaPy/quapy/tests
Alejandro Moreo Fernandez ed02be2c8d Add smoke tests for previously-untested modules, fix wasteful svmperf tmpdir creation
- Add smoke tests covering data/reader.py, method/_threshold_optim.py,
  classification/calibration.py, method/confidence.py, and the pure-numpy
  helpers in method/_bayesian.py (skipping the jax/stan-dependent model
  code itself, consistent with how the aggregative-method registry already
  treats it as optional)
- SVMperf: stop creating a tempfile.TemporaryDirectory() just to discard it
  immediately for its .name; generate the path directly instead of doing a
  pointless create/delete/recreate cycle (cleanup already happens via the
  class's own __del__)

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-04 19:05:06 +02:00
..
__init__.py integrating bayesian methods and related functionality, plus unit test refactor 2026-06-05 14:08:06 +02:00
_synthetic.py integrating bayesian methods and related functionality, plus unit test refactor 2026-06-05 14:08:06 +02:00
integration_datasets.py integrating bayesian methods and related functionality, plus unit test refactor 2026-06-05 14:08:06 +02:00
integration_methods.py integrating bayesian methods and related functionality, plus unit test refactor 2026-06-05 14:08:06 +02:00
test_base.py refactored unittests 2024-04-16 17:46:58 +02:00
test_bayesian_utils.py Add smoke tests for previously-untested modules, fix wasteful svmperf tmpdir creation 2026-07-04 19:05:06 +02:00
test_calibration.py Add smoke tests for previously-untested modules, fix wasteful svmperf tmpdir creation 2026-07-04 19:05:06 +02:00
test_confidence.py Add smoke tests for previously-untested modules, fix wasteful svmperf tmpdir creation 2026-07-04 19:05:06 +02:00
test_evaluation.py integrating bayesian methods and related functionality, plus unit test refactor 2026-06-05 14:08:06 +02:00
test_functional.py improving docs and new example for image datasets 2026-07-03 17:07:02 +02:00
test_hierarchy.py mergin and solving pytests 2025-10-06 12:13:10 +02:00
test_labelcollection.py adding documentation 2023-02-14 18:04:13 +01:00
test_methods.py added dataset for images 2026-07-02 18:21:35 +02:00
test_modsel.py integrating bayesian methods and related functionality, plus unit test refactor 2026-06-05 14:08:06 +02:00
test_plot.py improving docs and new example for image datasets 2026-07-03 17:07:02 +02:00
test_protocols.py integrating bayesian methods and related functionality, plus unit test refactor 2026-06-05 14:08:06 +02:00
test_reader.py Add smoke tests for previously-untested modules, fix wasteful svmperf tmpdir creation 2026-07-04 19:05:06 +02:00
test_replicability.py integrating bayesian methods and related functionality, plus unit test refactor 2026-06-05 14:08:06 +02:00
test_threshold_optim.py Add smoke tests for previously-untested modules, fix wasteful svmperf tmpdir creation 2026-07-04 19:05:06 +02:00