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

Type checking in graphs need to be reimplemented #30

Open D-K-E opened 9 months ago

D-K-E commented 9 months ago

The type checking in graph/graphtype/abstractobj.py are not aligned with how type checking is done in the rest of the package. They need to use the suitable is_*type functions.