Skip to content

Commit 7ece785

Browse files
committed
remove print statement
1 parent 7bbff4f commit 7ece785

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

causalpy/pymc_models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ def build_model(self, X, y, coords):
257257
"""
258258
Defines the PyMC model
259259
"""
260-
print(coords)
261260
with self:
262261
self.add_coords(coords)
263262
n_predictors = X.shape[1]

0 commit comments

Comments
 (0)