forked from M-Labs/artiq
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