Skip to content
Snippets Groups Projects
Commit 600a2233 authored by Stefano Serafin's avatar Stefano Serafin
Browse files

edits to import statements, following new module names

parent 3ba26f9b
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ from scipy.interpolate import CubicSpline
from copy import deepcopy
# Own modules
from models import CBL
from PE_CBL_models import CBL
from observations import *
# TODO: comprehensive documentation is missing.
......
......@@ -3,7 +3,7 @@
import numpy as np
from matplotlib import pyplot as p
from models import CBL
from PE_CBL_models import CBL
from observations import decode_observations
# Default CBL model settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment