Skip to content

Commit 1dfbe46

Browse files
committed
fix(deep_causality_algorithms): Fixed miri test config
Signed-off-by: Marvin Hansen <marvin.hansen@gmail.com>
1 parent fdcb537 commit 1dfbe46

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • deep_causality_algorithms/tests/causal_discovery/brcd

deep_causality_algorithms/tests/causal_discovery/brcd/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ mod error_tests;
3131
#[cfg(test)]
3232
mod family_tests;
3333
#[cfg(test)]
34+
#[cfg(not(miri))]
3435
mod gate_tests;
3536
#[cfg(test)]
3637
mod gaussian_tests;

0 commit comments

Comments
 (0)