Skip to content

Commit 1d3016b

Browse files
committed
fix(personfit): execute deterministic Monte Carlo acceptance
1 parent bf15b62 commit 1d3016b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/unit/personfit_np_tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ fn error_paths() {
242242
/// The reversed respondent's U3 (crate output) must exceed the max
243243
/// conforming U3 in >= 95% of replications.
244244
#[test]
245-
#[ignore]
246245
fn mc_500_reversed_respondent_flagged_by_u3() {
247246
// Local LCG (crate Lcg types are module-private): splitmix-style.
248247
struct Rng(u64);

0 commit comments

Comments
 (0)