mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-08-17 16:37:30 +02:00
test: stabilize coordinate permutation oracle
This commit is contained in:
@@ -189,7 +189,10 @@ def test_feature_coordinate_permutation_round_trips_through_inverse_mapping() ->
|
||||
feature_permutation = torch.tensor([2, 0, 3, 1])
|
||||
extractor = WhitenedSVDExtractor(
|
||||
regularization_eps=REGULARIZATION_EPS,
|
||||
min_variance_ratio=0.0,
|
||||
# The fixture has one mathematically null covariance dimension. Apply
|
||||
# the production-default truncation policy so this metamorphic oracle
|
||||
# compares the well-defined retained subspace across LAPACK backends.
|
||||
min_variance_ratio=0.01,
|
||||
)
|
||||
|
||||
original = extractor.extract(_as_public_samples(harmful), _as_public_samples(harmless), 3)
|
||||
|
||||
Reference in New Issue
Block a user