ICSM / ampere

A tool to fit the SED and spectra of dusty objects to constrain, among other things, the dust properties and mineralogy
6 stars 2 forks source link

Import error in the extinctionModels #74

Open jeroenbouwman opened 8 months ago

jeroenbouwman commented 8 months ago

in the module extinctionModels there is an import error.

I think the line:

from models import Model

should be changed to :

from .models import Model