Simplifying travis for OSX.

This commit is contained in:
Tadas Baltrusaitis
2018-06-22 17:07:05 +01:00
parent 3bdc10a461
commit a005e5b6ae
5 changed files with 6 additions and 13 deletions

View File

@@ -331,9 +331,7 @@ void CCNF_patch_expert::Read(ifstream &stream, std::vector<int> window_sizes, st
}
// In case we are using OpenBLAS, make sure it is not multi-threading as we are multi-threading outside of it
#ifndef __APPLE__
openblas_set_num_threads(1);
#endif
openblas_set_num_threads(1);
int n_sigmas = window_sizes.size();