File tree Expand file tree Collapse file tree 3 files changed +3
-22
lines changed
Expand file tree Collapse file tree 3 files changed +3
-22
lines changed Original file line number Diff line number Diff line change 2828import logging
2929from scipy import ndimage , misc
3030import numpy as np
31- import math
32- #import matplotlib.pyplot as plt
3331from aeolis .wind import *
3432import aeolis .rotation
3533
3634# package modules
3735import aeolis .wind
38- #from aeolis.utils import *
3936
4037import numpy as np
41- from scipy .integrate import quad
42- from scipy .integrate import romberg
43- from scipy .optimize import root_scalar
44- from scipy .signal import convolve
45- from scipy .special import sici
46- from scipy .special import erfi
47- import matplotlib .pyplot as plt
4838
4939# initialize logger
5040logger = logging .getLogger (__name__ )
Original file line number Diff line number Diff line change 2828
2929import numpy as np
3030import logging
31- import operator
32- #import scipy.special
33- #import scipy.interpolate
34- from scipy import ndimage , misc
35- import matplotlib .pyplot as plt
36- from scipy .integrate import quad
37- from scipy .integrate import romberg
31+
32+ from scipy import ndimage
3833from scipy .optimize import root_scalar
39- from scipy .signal import convolve
40- from scipy .special import sici
41- from scipy .special import erfi
42- from scipy .interpolate import griddata
4334
4435
4536# package modules
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies = [
3131 " bmi-python" ,
3232 " netCDF4" ,
3333 " scipy" ,
34- " numpy<1.24,>=1.18 " ,
34+ " numpy" ,
3535 " matplotlib" ,
3636 " numba" ,
3737]
You can’t perform that action at this time.
0 commit comments