From e71239751f9c45d4de6dfcd38fb4de7b74d0574b Mon Sep 17 00:00:00 2001
From: Tim O'Donnell <timodonnell@gmail.com>
Date: Thu, 26 Sep 2019 15:52:22 -0400
Subject: [PATCH] fix test/test_class1_pan.py

---
 test/test_class1_pan.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/test_class1_pan.py b/test/test_class1_pan.py
index 0528ef60..339cdbce 100644
--- a/test/test_class1_pan.py
+++ b/test/test_class1_pan.py
@@ -49,6 +49,7 @@ HYPERPARAMETERS = {
     'random_negative_distribution_smoothing': 0.0,
     'random_negative_match_distribution': True,
     'random_negative_rate': 0.2,
+    'random_negative_method': 'by_allele',
     'train_data': {},
     'validation_split': 0.1,
 }
-- 
GitLab