Skip to content

Commit

Permalink
update: file names
Browse files Browse the repository at this point in the history
  • Loading branch information
f-allian committed Dec 10, 2024
1 parent 029fdfc commit 802e274
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Empty file added dafni/tests/__init__.py
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
from causal_testing.estimation.linear_regression_estimator import LinearRegressionEstimator
from causal_testing.specification.causal_dag import CausalDAG
from causal_testing.specification.variable import Input, Output
from main_dafni import get_args, parse_variables
from dafni.src.main_dafni import get_args, parse_variables

# Base directory (relative to the current test file location)
BASE_DIR = Path(__file__).resolve().parent.parent # Points to ./dafni
DATA_DIR = BASE_DIR / "data" # Points to ./dafni/data


class TestGetArgs(unittest.TestCase):
"""Test the argparse functionality of the DAFNI entrypoint."""

Expand Down

0 comments on commit 802e274

Please sign in to comment.