Count likelihood evaluations
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
assigned to @mtr
- test/test_operators/test_counting.py 0 → 100644
18 import numpy as np 19 import pytest 20 21 import nifty8 as ift 22 23 from ..common import list2fixture, setup_function, teardown_function 24 25 26 def test_counting_operator(): 27 dom = ift.UnstructuredDomain(2) 28 inp = ift.Operator.identity_operator(dom) 29 30 counting = ift.CountingOperator(dom) 31 op = inp.exp() @ counting 32 33 assert counting.count_apply == 0 changed this line in version 3 of the diff
added 1 commit
- e30b8e3a - CountingOperator tests: assert -> assert_equal
added 1 commit
- e63d8381 - CountingOperator: Add simplify_for_constant_input
enabled an automatic merge when the pipeline for c867268a succeeds
mentioned in commit e782e456
Please register or sign in to reply