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

`AbstractEdge` class `get_other` method is not tested #7

Closed D-K-E closed 9 months ago

D-K-E commented 3 years ago

AbstractEdge class get_other method is not tested. The runtime type check in check_types method of the same abstract class should include a test for it. Not sure how.