We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3e4d7 commit 17acf70Copy full SHA for 17acf70
causal_testing/json_front/json_class.py
@@ -133,7 +133,6 @@ def _json_parse(self):
133
"""Parse a JSON input file into inputs, outputs, metas and a test plan"""
134
with open(self.paths.json_path, encoding="utf-8") as f:
135
self.test_plan = json.load(f)
136
- breakpoint()
137
for data_file in self.paths.data_paths:
138
df = pd.read_csv(data_file, header=0)
139
self.data.append(df)
0 commit comments