Skip to content

Commit

Permalink
Add python tests for lazy=True
Browse files Browse the repository at this point in the history
  • Loading branch information
robamler committed Aug 29, 2024
1 parent e482de4 commit e3260b9
Show file tree
Hide file tree
Showing 3 changed files with 869 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_docexamples.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def test_module_example3():
stds = np.array([6.2, 5.3, 3.8, 3.2, 4.7], dtype=np.float64)
entropy_model1 = constriction.stream.model.QuantizedGaussian(-50, 50)
entropy_model2 = constriction.stream.model.Categorical(
np.array([0.2, 0.5, 0.3], dtype=np.float32), # Probabilities of the symbols 0,1,2.
np.array([0.2, 0.5, 0.3], dtype=np.float64), # Probabilities of the symbols 0,1,2.
perfect=False
)

Expand Down
Loading

0 comments on commit e3260b9

Please sign in to comment.