Skip to content

Commit 80f1342

Browse files
committed
black
1 parent 64cd901 commit 80f1342

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

causal_testing/data_collection/data_collector.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def filter_valid_data(self, data: pd.DataFrame, check_pos: bool = True) -> pd.Da
5252
if len(self.scenario.constraints) == 0:
5353
return data
5454

55-
5655
# For each row, does it satisfy the constraints?
5756
solver = z3.Solver()
5857
for c in self.scenario.constraints:

0 commit comments

Comments
 (0)