ciemss / pyciemss

Causal and probabilistic reasoning with continuous time dynamical systems
Other
12 stars 4 forks source link

Fix calibrate to work on observables as well as state #517

Closed SamWitty closed 4 months ago

SamWitty commented 4 months ago

This PR adds observables to the noise_model, which can then be used to calibrate or sample.

To confirm that this fixes #492 , see that the CI fails after 3c3b3e7, which only uncomments a skipped test. After the fix in subsequent commits, the tests in the CI again pass.

Subsumes #516 .