v1.0.0-rc.42
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user