Skip to content
Snippets Groups Projects
Commit e5a7ee94 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

Add models_class1_experiments1 download, tweak travis config, attempt to fix test for py2.7

parent 0d72da05
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ addons:
install:
- >
conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
numpy scipy nose pandas matplotlib h5py
numpy scipy nose pandas matplotlib mkl-service
- source activate test-environment
- pip install pypandoc pylint
- pip install -r requirements.txt
......
......@@ -357,7 +357,7 @@ class Class1NeuralNetwork(object):
start = time.time()
for i in range(self.hyperparameters['max_epochs']):
random_negative_peptides_list = []
for (length, count) in num_random_negative.items():
for (length, count) in num_random_negative.iteritems():
random_negative_peptides_list.extend(
random_peptides(
count,
......
......@@ -36,6 +36,10 @@ releases:
url: https://github.com/hammerlab/mhcflurry/releases/download/pre-1.0.0-alpha/data_iedb.tar.bz2
default: false
- name: models_class1_experiments1
url: http://github.com/hammerlab/mhcflurry/releases/download/pre-1.0.0-alpha/models_class1_experiments1.tar.bz2
default: false
0.2.0:
compatibility-version: 1
downloads:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment