Skip to content

Commit 9bb78f1

Browse files
committed
Removed typo
1 parent b55c764 commit 9bb78f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causal_testing/estimation/genetic_programming_regression_fitter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def repair(self, expression: gp.PrimitiveTree) -> gp.PrimitiveTree:
249249
"""
250250
eq = f"{self.outcome} ~ {' + '.join(str(x) for x in self.split(expression))}"
251251
try:
252-
# Create model, fit (run) it, give estimates from it]
252+
# Create model, fit (run) it, give estimates from it
253253
model = smf.ols(eq, self.df)
254254
res = model.fit()
255255

0 commit comments

Comments
 (0)