Skip to content

Commit b157583

Browse files
committed
removed unnecessary raise NotImplementedError
1 parent c0fbbdd commit b157583

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

causal_testing/estimation/regression_estimator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def regressor(self):
6464
Define as `regressor = ...`` outside of __init__, not as `self.regressor = ...`, otherwise
6565
you'll get an "cannot instantiate with abstract method" error.
6666
"""
67-
raise NotImplementedError("Subclasses must implement the 'model' property.")
6867

6968
def add_modelling_assumptions(self):
7069
"""

0 commit comments

Comments
 (0)