mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-31 04:40:20 +08:00
parent
73371931fc
commit
3bc5a0dfb7
@ -561,8 +561,8 @@ class _NumpyQuoting(EnvExperiment):
|
||||
|
||||
@kernel
|
||||
def run(self):
|
||||
a = numpy.array([10, 20])
|
||||
b = numpy.sqrt(4.0)
|
||||
a = np.array([10, 20])
|
||||
b = np.sqrt(4.0)
|
||||
|
||||
|
||||
class NumpyQuotingTest(ExperimentCase):
|
||||
|
Loading…
Reference in New Issue
Block a user