forked from M-Labs/artiq
test: Fixup 6b5c390d4
typo
This commit is contained in:
parent
6b5c390d48
commit
b2b84b1fd6
|
@ -546,8 +546,8 @@ class _NumpyQuoting(EnvExperiment):
|
||||||
|
|
||||||
@kernel
|
@kernel
|
||||||
def run(self):
|
def run(self):
|
||||||
a = np.array([10, 20])
|
a = numpy.array([10, 20])
|
||||||
b = np.sqrt(4.0)
|
b = numpy.sqrt(4.0)
|
||||||
|
|
||||||
|
|
||||||
class NumpyQuotingTest(ExperimentCase):
|
class NumpyQuotingTest(ExperimentCase):
|
||||||
|
|
Loading…
Reference in New Issue