AMLab-Amsterdam / lie_learn

Computations involving Lie groups and harmonic analysis
MIT License
190 stars 47 forks source link

Download J_dense_0-278.npy from google Drive at install #2

Closed mariogeiger closed 6 years ago

mariogeiger commented 6 years ago

As a first step to the release of sphere_cnn, I modified the setup.py of this repo such that it downloads the file J_dense_0-278.npy automatically after the installation process.

For making setuptools.setup and setuptools.find_packages working in the standard manner I was obliged to move all the content of the code into a new directory called lie_learn.

I think that @jonas-koehler know how to make setup.py work without moving all the files into a new directory. Because he did the last setup.py.