SIRPF cannot handle DiracMixture distributions when setting the system state

Issue #1 resolved
Jannik Steinbring repo owner created an issue

When trying to set the SIRPF's state with a DiracMixture distribution, you get the following error:

f = SIRPF;

f.setState(DiracMixture(1));

No appropriate method, property, or field 'getSamples' for class 'DiracMixture'.

Error in PF/setState (line 148) obj.particles = state.getSamples();

Comments (3)

  1. Log in to comment