netZoo / netZooPy

netZooPy is a network biology package implemented in Python.
https://netzoo.github.io/
GNU General Public License v3.0
78 stars 35 forks source link

Legacy mode without remove_missing=True causes shape mismatch #303

Closed blawney closed 1 year ago

blawney commented 1 year ago

There is a missing [commind2] index/subset at https://github.com/netZoo/netZooPy/blob/master/netZooPy/panda/panda.py#L522

This bug is triggered if you invoke the Panda constructor with modeProcess='legacy', and keep the default value of remove_missing=False

violafanfani commented 1 year ago

This should be now fixed with the Franklin (v0.9.15) release