Skip to content

Commit

Permalink
Fix graph module description
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Bloebaum <bloebp@amazon.com>
  • Loading branch information
bloebp committed Nov 27, 2023
1 parent c35cf4b commit 50a9244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dowhy/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import pandas as pd
import scipy.stats as ss
from numpy.random import choice
from scipy.stats import bernoulli, halfnorm, poisson, uniform)
from scipy.stats import bernoulli, halfnorm, poisson, uniform
from sklearn.neural_network import MLPRegressor

from dowhy.utils.graph_operations import add_edge, del_edge, get_random_node_pair, get_simple_ordered_tree
Expand Down
6 changes: 1 addition & 5 deletions dowhy/graph.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
"""This module defines the fundamental interfaces and functions related to causal graphs..
Classes and functions in this module should be considered experimental, meaning there might be breaking API changes in
the future.
"""
"""This module defines the fundamental interfaces and functions related to causal graphs."""
import itertools
import logging
import re
Expand Down

0 comments on commit 50a9244

Please sign in to comment.