theislab / scgen

Single cell perturbation prediction
https://scgen.readthedocs.io
GNU General Public License v3.0
260 stars 52 forks source link

ImportError: cannot import name 'shuffle_data' #13

Closed rene-rex closed 4 years ago

rene-rex commented 4 years ago

There seems to be a small issue regarding the name of the function shuffle_adata from utils. I guess the import in the VAE class should be fixed?

      File "/tmp/pip-req-build-b426j88u/scgen/models/_vae.py", line 8, in <module>
        from .util import balancer, extractor, shuffle_data
    ImportError: cannot import name 'shuffle_data'