mnick / scikit-tensor

Python library for multilinear algebra and tensor factorizations
GNU General Public License v3.0
401 stars 113 forks source link

Prevent leakage of filehandler in setup.py #24

Closed nils-werner closed 7 years ago

nils-werner commented 7 years ago

This PR fixes a small issue of leaking the filehandler created by open() in setup.py. None of the remaining behaviour was changed.

mnick commented 7 years ago

Thanks Nils!