Skip to content

Fix two nthread related crashes reported by David

Tammo Jan Dijkema requested to merge vector-reserve-exception-#73 into master

Created by: aroffringa

This fixes the vector reserve exception #73 (closed) and the 2nd segfault reported in that bug report, both crashes occuring in the model predictor when using gaincal.

NThreads is now moved to the DPInfo object, as earlier suggested also by @tammojan , which avoids all the manual setting.

Merge request reports