X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FPLRsearch%2Fstat_trackers.py;fp=resources%2Flibraries%2Fpython%2FPLRsearch%2Fstat_trackers.py;h=e598fd840ef15ddf0c49b7f12239b884f1d1fd5a;hb=3691ece73cbce1cf874d0b3cf9cbaf45a4f08a78;hp=d19eebedb7568048fa32dc35477f4144d7a44f0f;hpb=fcd0677317970062b37e196b4d1a15a135f51cca;p=csit.git diff --git a/resources/libraries/python/PLRsearch/stat_trackers.py b/resources/libraries/python/PLRsearch/stat_trackers.py index d19eebedb7..e598fd840e 100644 --- a/resources/libraries/python/PLRsearch/stat_trackers.py +++ b/resources/libraries/python/PLRsearch/stat_trackers.py @@ -209,7 +209,7 @@ class ScalarDualStatTracker(ScalarStatTracker): """ # Using super() as copy() and add() are not expected to change # signature, so this way diamond inheritance will be supported. - primary = super(ScalarDualStatTracker, self) + primary = super() if self.max_log_weight is None or log_weight >= self.max_log_weight: self.max_log_weight = log_weight self.secondary = primary.copy()