Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
finesse
pykat
Commits
05829002
Commit
05829002
authored
Jun 03, 2019
by
Sean Leavey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update deprecated function imports
parent
05e0a752
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pykat/math/zernike.py
pykat/math/zernike.py
+1
-1
pykat/optics/knm.py
pykat/optics/knm.py
+1
-1
No files found.
pykat/math/zernike.py
View file @
05829002
import
numpy
as
np
from
scipy.
misc
import
factorial
as
fac
from
scipy.
special
import
factorial
as
fac
from
six.moves
import
xrange
import
math
...
...
pykat/optics/knm.py
View file @
05829002
...
...
@@ -8,7 +8,7 @@ from scipy.integrate import dblquad
from
pykat.optics.romhom
import
ROMWeights
from
math
import
factorial
from
pykat.math.hermite
import
hermite
from
scipy.
misc
import
comb
from
scipy.
special
import
comb
from
scipy.integrate
import
newton_cotes
from
pykat.math
import
newton_weights
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment