Skip to content

Commit f4823d5

Browse files
update docstring
1 parent 5d3d680 commit f4823d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causal_testing/json_front/json_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def __init__(self, json_path: str, dag_path: str, data_paths: str):
280280
@dataclass
281281
class CausalVariables:
282282
"""
283-
A dataclass that converts
283+
A dataclass that converts lists of dictionaries into lists of Causal Variables
284284
"""
285285

286286
def __init__(self, inputs: list[dict], outputs: list[dict], metas: list[dict]):

0 commit comments

Comments
 (0)