CAnBioNet / TkNA

9 stars 1 forks source link

In error message, differentiate between node groups not being in map and not being in giant component #15

Closed macovskym closed 1 year ago

macovskym commented 1 year ago

Sometimes, the giant component of a network may not contain both specified node types. Currently, this results in an error saying the type is not in the type map, which is false. This change specifically checks for this scenario and gives a corresponding error message.