Skip to content

Commit

Permalink
Missed a test I should have revised.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpgoldman committed May 24, 2019
1 parent 8552e1d commit d06cfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc3/tests/test_data_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ def test_model_to_graphviz_for_model_with_data_container(self):
pm.sample(1000, init=None, tune=1000, chains=1)

g = pm.model_to_graphviz(model)
text = 'x [label="x ~ Deterministic" shape=box style=filled]'
text = 'x [label="x ~ Data" shape=box style=filled]'
assert text in g.source

0 comments on commit d06cfc6

Please sign in to comment.