Skip to content

Fix adaptive Nchain bug

Meg Millhouse requested to merge meg.millhouse/bayeswave:MDC-highSNR-bug into master

Fixes bug that resulted in segfault when resuming from checkpoint for MDCs with SNR>100. Minor change -- wraps the MDC SNR checking within an if statement so that it only does it once initially, and skips it if resuming from checkpointing.

Merge request reports