Skip to content
Snippets Groups Projects
Commit e5bf61ee authored by Loic Esteve's avatar Loic Esteve Committed by Andreas Mueller
Browse files

[MRG+1] Dropping python 2.6 support (#7890)

* Remove Python 2.6 support

Some details about some slightly orthogonal changes:
* Note about cheking safely for nan is likely not valid any more (commit
  introducing it is c80ca91b)
* scipy.linalg.qr econ parameter removed since scipy 0.9 in favour of
  mode='economic'
* Remove unnecessary libgfortran in conda create command

* Putative fix by setting the random seed

* Revert unintended change

* Reinstate previous logic for checking for NaNs

* Reinstate change in error message

Error messages from Python 2.7 assertRegexp does not contain the
function name, in contrast with Python 3 assertRegex
parent c1715610
No related branches found
No related tags found
Loading
Showing
with 28 additions and 433 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment