biolab / orange3-network

🍊 🕸 Network analysis add-on for Orange data mining suite.
Other
39 stars 33 forks source link

Network File: Fix crash when two variables are equally preferable #267

Closed janezd closed 8 months ago

janezd commented 8 months ago
Issue

Fixes #266.

Description of changes

Somebody wrote crappy code that didn't count on two variables being an equally suitable match for the label. Furthermore, he wrote crappy tests. Me, that is.

Includes