In the "from SAMER_Classes import Fitting_Variables” statement: a "." needs to be added to locate the functions that are housed in the same folder: from .SAMER_Functions import *
In the "from SAMER_Classes import Fitting_Variables” statement:
a "." needs to be added to locate the functions that are housed in the same folder:
from .SAMER_Functions import *