Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Jan 16, 2022
1 parent 2611fc1 commit 7d78a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/gtsam/tests/test_DiscreteConditional.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_marginals(self):
pAB = prior * conditional
self.gtsamAssertEquals(prior, pAB.marginal(B[0]))

pA = DiscreteConditional(A % "5/4")
pA = DiscreteConditional(A, "5/4")
self.gtsamAssertEquals(pA, pAB.marginal(A[0]))

def test_markdown(self):
Expand Down

0 comments on commit 7d78a64

Please sign in to comment.