Skip to content

Commit b1aba1e

Browse files
Merge pull request #648 from marvin-hansen/main
fix(deep_causality_algorithms): Fixed miri test config
2 parents fdcb537 + 1dfbe46 commit b1aba1e

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)