Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman223 committed Aug 11, 2023
1 parent 8d14caf commit cd5f063
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_graph_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from bamt.networks.discrete_bn import DiscreteBN
from bamt.nodes.discrete_node import DiscreteNode
from bamt.builders.builders_base import VerticesDefiner
from bamt.display import plot_

logging.getLogger("builder").setLevel(logging.CRITICAL)

Expand Down Expand Up @@ -81,10 +80,6 @@ def test_find_family(self):
without_children
)

plot_("here.html",
[self.bn[node] for node in without_children["nodes"]],
without_children["edges"])


if __name__ == "__main__":
unittest.main(verbosity=2)

0 comments on commit cd5f063

Please sign in to comment.