|
17 | 17 | import org.baderlab.csplugins.enrichmentmap.integration.SerialTestTaskManager;
|
18 | 18 | import org.baderlab.csplugins.enrichmentmap.integration.SessionFile;
|
19 | 19 | import org.baderlab.csplugins.enrichmentmap.integration.TestUtils;
|
20 |
| -import org.baderlab.csplugins.enrichmentmap.model.EMDataSet; |
21 |
| -import org.baderlab.csplugins.enrichmentmap.model.EMDataSet.Method; |
22 | 20 | import org.baderlab.csplugins.enrichmentmap.model.DataSetFiles;
|
23 | 21 | import org.baderlab.csplugins.enrichmentmap.model.EMCreationParameters;
|
24 | 22 | import org.baderlab.csplugins.enrichmentmap.model.EMCreationParameters.GreatFilter;
|
25 | 23 | import org.baderlab.csplugins.enrichmentmap.model.EMCreationParameters.SimilarityMetric;
|
| 24 | +import org.baderlab.csplugins.enrichmentmap.model.EMDataSet; |
| 25 | +import org.baderlab.csplugins.enrichmentmap.model.EMDataSet.Method; |
26 | 26 | import org.baderlab.csplugins.enrichmentmap.model.EnrichmentMap;
|
27 | 27 | import org.baderlab.csplugins.enrichmentmap.model.EnrichmentMapManager;
|
28 | 28 | import org.baderlab.csplugins.enrichmentmap.model.EnrichmentResult;
|
@@ -150,7 +150,7 @@ public void test_1_LoadedLegacyData() throws Exception {
|
150 | 150 | assertEquals(389, dataset.getGeneSetsOfInterest().getGeneSets().size());
|
151 | 151 | // assertEquals(17259, dataset.getSetofgenesets().getGenesets().size()); // MKTODO why? what is this used for
|
152 | 152 | assertEndsWith(dataset.getSetOfGeneSets().getFilename(), "Human_GO_AllPathways_no_GO_iea_April_15_2013_symbol.gmt");
|
153 |
| - for(long suid : dataset.getNodeSuids().values()) { |
| 153 | + for(long suid : dataset.getNodeSuids()) { |
154 | 154 | assertNotNull(network.getNode(suid));
|
155 | 155 | }
|
156 | 156 |
|
|
0 commit comments