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 6bfd530 commit 226254fCopy full SHA for 226254f
tests/json_front_tests/test_json_class.py
@@ -15,10 +15,10 @@
15
16
17
class TestJsonClass(unittest.TestCase):
18
- """Test the CausalTestEngine workflow using observational data.
+ """Test the JSON frontend for the Causal Testing Framework (CTF)
19
20
- The causal test engine (CTE) is the main workflow for the causal testing framework. The CTE takes a causal test case
21
- and a causal specification and computes the causal effect of the intervention on the outcome of interest.
+ The JSON frontend is an alternative interface for the CTF where tests are specified in JSON format and ingested
+ with the frontend. Tests involve testing that this correctly interfaces with the framework with some dummy data
22
"""
23
24
def setUp(self) -> None:
0 commit comments