Need to debug why it isn't working.

This commit is contained in:
2018-10-23 16:25:13 +02:00
parent b4cce71df4
commit 9cf91fbdf8
2 changed files with 52 additions and 30 deletions

View File

@@ -145,6 +145,7 @@ impl LikelihoodFactor {
.get(self.value)
.map(|variable| variable.get_value())
.unwrap();
let fx = variable_arena
.get_mut(self.value)
.map(|variable| variable.get_message(self.id))