(VariationalHierarchicalHyperparameters, DirichletKernelMulticlassClassification)
decorator combination test causes unrelated tests to fail
#378
Labels
bug
Something isn't working
What's the problem?
This pair of decorators is normally excluded from the combination tests due to "can't aggregate multitask predictions". However, removing this disable does not only introduce two failing tests (as would be expected, one for each ordering of the two decorators), it also causes several unrelated combinations DirichletMulticlassClassification to fail. This indicates that the tests are not properly isolated from one another..
How can we reproduce the issue?
Comment out the lines
in test_decorator_combinations.py (in the definition of
EXCLUDED_COMBINATIONS
). Run the tests. Observe that unrelated tests (which passed before) now fail.Python version
3.12
Package version
2.1.0
Operating system
No response
Other packages
No response
Relevant log output
The text was updated successfully, but these errors were encountered: