assertThat("test protonetwork is null", pn, notNullValue());
final Set<EquivalenceDataIndex> equivs;
try {
equivs = p2.stage2LoadNamespaceEquivalences();
} catch (EquivalenceMapResolutionFailure e) {
e.printStackTrace();
fail("encountered exception when loading equivalences");
return;
}