v1.0.0-rc.42

This commit is contained in:
2025-06-11 19:53:33 +02:00
parent dc90b05512
commit a9c7d23b9e
145 changed files with 172 additions and 141 deletions

View File

@@ -35,7 +35,7 @@ float IntegrationStats::BFactor() {
std::vector<float> y;
for (int i = 0; i < nshells; i++) {
if (count[i] == 0 || I[i] < 0.0)
if (count[i] == 0 || I[i] < 0.0 || I_sigma[i] < 0.2)
continue;
float one_over_d = one_over_dmax