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 029fdfc commit 802e274Copy full SHA for 802e274
dafni/tests/__init__.py
dafni/tests/tests_main_dafni.py renamed to dafni/tests/test_main_dafni.py
@@ -6,13 +6,12 @@
6
from causal_testing.estimation.linear_regression_estimator import LinearRegressionEstimator
7
from causal_testing.specification.causal_dag import CausalDAG
8
from causal_testing.specification.variable import Input, Output
9
-from main_dafni import get_args, parse_variables
+from dafni.src.main_dafni import get_args, parse_variables
10
11
# Base directory (relative to the current test file location)
12
BASE_DIR = Path(__file__).resolve().parent.parent # Points to ./dafni
13
DATA_DIR = BASE_DIR / "data" # Points to ./dafni/data
14
15
-
16
class TestGetArgs(unittest.TestCase):
17
"""Test the argparse functionality of the DAFNI entrypoint."""
18
0 commit comments