guilgautier / DPPy

Python toolbox for sampling Determinantal Point Processes
https://dppy.readthedocs.io
MIT License
219 stars 52 forks source link

Import errors when running the docs/plots/ scripts #10

Closed Naereen closed 6 years ago

Naereen commented 6 years ago
DPPy/dppy/beta_ensembles.py in <module>()
      1 # coding: utf-8
      2 try: # Local import
----> 3         from .random_matrices import *
      4 except SystemError:
      5         from random_matrices import *

ImportError: attempted relative import with no known parent package