Skip to content

Commit 4c1f30a

Browse files
remove breakpoints
1 parent 69382ab commit 4c1f30a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

causal_testing/json_front/json_class.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ def _json_parse(self):
137137
df = pd.read_csv(data_file, header=0)
138138
self.data.append(df)
139139
self.data = pd.concat(self.data)
140-
breakpoint()
141140
def _populate_metas(self):
142141
"""
143142
Populate data with meta-variable values and add distributions to Causal Testing Framework Variables
@@ -198,7 +197,6 @@ def _setup_test(self, causal_test_case: CausalTestCase, estimator: Estimator) ->
198197

199198
with tempfile.TemporaryFile(delete=False) as temp:
200199
self.data.to_csv(temp)
201-
breakpoint()
202200
data_collector = ObservationalDataCollector(self.modelling_scenario, temp.name)
203201
causal_test_engine = CausalTestEngine(self.causal_specification, data_collector, index_col=0)
204202

0 commit comments

Comments
 (0)