mirror of https://github.com/m-labs/artiq.git
test: Fixup 6b5c390d4
typo
This commit is contained in:
parent
8786b137a3
commit
73371931fc
|
@ -561,8 +561,8 @@ class _NumpyQuoting(EnvExperiment):
|
|||
|
||||
@kernel
|
||||
def run(self):
|
||||
a = np.array([10, 20])
|
||||
b = np.sqrt(4.0)
|
||||
a = numpy.array([10, 20])
|
||||
b = numpy.sqrt(4.0)
|
||||
|
||||
|
||||
class NumpyQuotingTest(ExperimentCase):
|
||||
|
|
Loading…
Reference in New Issue