From cac19b17565e06bb192298d7fc715c8c7701897b Mon Sep 17 00:00:00 2001 From: meliurwen Date: Fri, 25 Nov 2022 10:19:05 +0100 Subject: [PATCH] Aligned F-test to the new changes --- reCTBN/src/structure_learning/hypothesis_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reCTBN/src/structure_learning/hypothesis_test.rs b/reCTBN/src/structure_learning/hypothesis_test.rs index aa37cfa..dd3bbf7 100644 --- a/reCTBN/src/structure_learning/hypothesis_test.rs +++ b/reCTBN/src/structure_learning/hypothesis_test.rs @@ -87,7 +87,7 @@ impl HypothesisTest for F { cache: &mut parameter_learning::Cache

, ) -> bool where - T: network::Network, + T: process::NetworkProcess, P: parameter_learning::ParameterLearning, { let P_small = match cache.fit(net, child_node, Some(separation_set.clone())) {