Skip to content
Snippets Groups Projects
Commit bb3dc798 authored by Andreas Freise's avatar Andreas Freise
Browse files

fixing name change

parent 051096c0
No related branches found
No related tags found
No related merge requests found
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals
import numpy as np
def hermite(n, x):
......
......@@ -16,7 +16,7 @@ from __future__ import print_function
from pykat.optics.romhom import makeWeightsNew
from scipy.interpolate import interp2d, interp1d
from scipy.optimize import minimize
from pykat.maths.zernike import *
from pykat.math.zernike import *
from pykat.exceptions import BasePyKatException
from copy import deepcopy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment