Skip to content

Commit 17acf70

Browse files
Remove breakpoint...
1 parent dd3e4d7 commit 17acf70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

causal_testing/json_front/json_class.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ def _json_parse(self):
133133
"""Parse a JSON input file into inputs, outputs, metas and a test plan"""
134134
with open(self.paths.json_path, encoding="utf-8") as f:
135135
self.test_plan = json.load(f)
136-
breakpoint()
137136
for data_file in self.paths.data_paths:
138137
df = pd.read_csv(data_file, header=0)
139138
self.data.append(df)

0 commit comments

Comments
 (0)