D-K-E / graphical-models

Probabilistic Graphical Models from Scratch with support for LWF Chain Graphs
GNU General Public License v3.0
4 stars 2 forks source link

`is_neighbour_of` method of `AbstractGraph` is not tested #8

Closed D-K-E closed 2 years ago

D-K-E commented 3 years ago

is_neighbour_of method of AbstractGraph is not tested. The check_type method does not implement a test for it. Not sure how it can be done.

D-K-E commented 2 years ago

is_neighbour_of is removed from abstract graph