Astroua / SCIMES

Spectral Clustering for Interstellar Molecular Emission Segmentation
http://scimes.readthedocs.org/
GNU General Public License v2.0
16 stars 10 forks source link

Fix internal import #16

Open e-koch opened 1 year ago

e-koch commented 1 year ago

Fixes an internal import in scimes.py:

from .old_spectral_embedding import spectral_embedding

The . is needed for internal imports with python3.

e-koch commented 4 months ago

@dcolombo Would you mind merging this fix? thanks!