From 88684dbd2a367605d3d72a6bab647a886b433ffe Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Mon, 19 Dec 2022 01:02:51 +0000 Subject: [PATCH] test_embedding: Fix up spelling in FIXME comment [nfc] --- artiq/test/coredevice/test_embedding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/test/coredevice/test_embedding.py b/artiq/test/coredevice/test_embedding.py index 807bc4896..f5ec95451 100644 --- a/artiq/test/coredevice/test_embedding.py +++ b/artiq/test/coredevice/test_embedding.py @@ -98,7 +98,7 @@ class RoundtripTest(ExperimentCase): self.assertArrayRoundtrip(numpy.array([["a", "b"], ["c", "d"]])) # FIXME: This should work, but currently passes as the argument is just - # synthesised as a call to array() without forwarding the dype form the host + # synthesised as a call to array() without forwarding the dtype from the host # NumPy object. @unittest.expectedFailure def test_array_jagged(self):