forked from M-Labs/artiq
parent
73371931fc
commit
3bc5a0dfb7
|
@ -561,8 +561,8 @@ class _NumpyQuoting(EnvExperiment):
|
||||||
|
|
||||||
@kernel
|
@kernel
|
||||||
def run(self):
|
def run(self):
|
||||||
a = numpy.array([10, 20])
|
a = np.array([10, 20])
|
||||||
b = numpy.sqrt(4.0)
|
b = np.sqrt(4.0)
|
||||||
|
|
||||||
|
|
||||||
class NumpyQuotingTest(ExperimentCase):
|
class NumpyQuotingTest(ExperimentCase):
|
||||||
|
|
Loading…
Reference in New Issue