2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-29 05:03:34 +08:00

test_embedding: Fix up spelling in FIXME comment [nfc]

This commit is contained in:
David Nadlinger 2022-12-19 01:02:51 +00:00
parent b9f13d48aa
commit 88684dbd2a

View File

@ -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):