Skip to content
Snippets Groups Projects

first iteration of __isub__ method in RankingStat

Merged Leo Tsukada requested to merge offline_new-workflow-rankingstat-isub into offline_new-workflow
All threads resolved!
@@ -263,7 +263,6 @@ class RankingStat(snglcoinc.LnLikelihoodRatioMixin):
self.numerator -= other.numerator
self.denominator -= other.denominator
self.zerolag -= other.zerolag
# FIXME : Is this correct to do for allow_impossible_candidate?
self.allow_impossible_candidates |= other.allow_impossible_candidates
return self
Loading