From 62920c2811cbce58f9935cf9e900cb07d472d7c8 Mon Sep 17 00:00:00 2001 From: Neil Lawrence Date: Tue, 13 May 2014 17:08:51 +0100 Subject: [PATCH] Made openmp switch in only dependent on potion in rbf.py and linear.py --- GPy/util/data_resources.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GPy/util/data_resources.json b/GPy/util/data_resources.json index 58c2157c..61050f9d 100644 --- a/GPy/util/data_resources.json +++ b/GPy/util/data_resources.json @@ -472,8 +472,8 @@ "details": "Gene expression data from two separate strains of mice: C57 and 129Sv in wild type and SOD1 mutant strains.", "files": [ [ - "sod1_C59_129_exprs.csv", - "sod1_C59_129_se.csv" + "sod1_C57_129_exprs.csv", + "sod1_C57_129_se.csv" ] ], "license": null,