Skip to content

Commit

Permalink
Use 3.20.0 for HLADB to avoid Travis timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
mpresteg committed Oct 17, 2020
1 parent 4826e24 commit 02efb5b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.dash.valid.DisequilibriumElementComparator;
import org.dash.valid.LinkageElementsSet;
import org.dash.valid.Locus;
import org.dash.valid.gl.GLStringConstants;
import org.dash.valid.race.DisequilibriumElementByRace;
import org.dash.valid.race.FrequencyByRace;
import org.dash.valid.report.DetectedDisequilibriumElement;
Expand All @@ -40,6 +41,7 @@ public class LinkageElementsMapTest extends TestCase {

@Test
public void test() {
System.setProperty(GLStringConstants.HLADB_PROPERTY, "3.20.0");
List<FrequencyByRace> frequenciesByRace = new ArrayList<FrequencyByRace>();
FrequencyByRace freq = new FrequencyByRace(new Double(.2), "1","AAFA");
frequenciesByRace.add(freq);
Expand Down

0 comments on commit 02efb5b

Please sign in to comment.