Skip to content

Commit

Permalink
Updated notebooks to use DoWhy version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Miruna Oprescu committed Jun 9, 2020
1 parent a7b130e commit 1e6e815
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 163 deletions.
2 changes: 1 addition & 1 deletion econml/tests/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
_notebooks = [
os.path.join(subdir, path) for subdir
in _nbsubdirs for path in os.listdir(os.path.join(_nbdir, subdir)) if
(path.endswith('.ipynb') and "dowhy" not in path.lower())] # TODO: test DoWhy notebooks
path.endswith('.ipynb')]


@pytest.mark.parametrize("file", _notebooks)
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 1e6e815

Please sign in to comment.