gabrielodom / pathwayPCA

integrative pathway analysis with modern PCA methodology and gene selection
https://gabrielodom.github.io/pathwayPCA/
11 stars 2 forks source link

Default number of computing cores #62

Closed gabrielodom closed 5 years ago

gabrielodom commented 5 years ago

Travis CI has 2 cores available to it. When we fail to specify the number of cores, then our default is the number of available cores minus 2, or 0 cores on a 2-core machine. We need to change this to all available cores or all available cores minus 1.

gabrielodom commented 5 years ago

See https://eng.localytics.com/best-practices-and-common-mistakes-with-travis-ci/