Skip to content

Commit c23bdaa

Browse files
disable super init not called
1 parent 5e013f8 commit c23bdaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ngboost/distns/negative_binomial.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class NegativeBinomial(RegressionDistn):
3333
n_params = 2
3434
scores = [NegativeBinomialLogScore]
3535

36+
# pylint: disable=super-init-not-called
3637
def __init__(self,params):
3738
# save the parameters
3839
self._params = params

0 commit comments

Comments
 (0)