PoonLab / Kaphi

Kernel-embedded ABC-SMC for phylodynamic inference
GNU Affero General Public License v3.0
4 stars 2 forks source link

Need to be running test suite #116

Closed ArtPoon closed 6 years ago

ArtPoon commented 6 years ago

Current tests that are breaking as of commit 7fb0456e6fd1e97376743e3373f723744e3d1dde:

gtng92 commented 6 years ago

Fixed test.perturb.particles. Earlier in run.smc when I was parallelizing SMC routines, I wrote a comment:

# changed ws$accept to ws$accepted; didn't want dual behaviour of ws$accept switching back and forth between vector and int

In the test I changed checkEquals(sum(!result), after$accept) to checkEquals(sum(!result), after$accepted), re-ran the test suite, and the checks are OK.

ArtPoon commented 6 years ago

Peel out nLTT test and close