==> git log -n1 <==
commit bbfa2347871d66703e8b1d33e0bfb13efa202d77
Author: Michael Sarahan <msarahan@gmail.com>
Date:   Tue Jun 12 09:54:13 2018 -0500

    disable broken tests
    
    MKL messes up this error state, and these tests don't work.
==> git describe --tags --dirty <==
v1.14.5-5-gbbfa23478-dirty
==> git status <==
HEAD detached from v1.14.5
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

	modified:   numpy/__init__.py

Untracked files:
  (use "git add <file>..." to include in what will be committed)

	_configtest.exe.manifest
	numpy_test.py
	record.txt
	setup_base.bat

no changes added to commit (use "git add" and/or "git commit -a")
