test_embedding.ListTupleTest fails #529

Open
opened 2024-08-30 13:24:13 +08:00 by sb10q · 0 comments
Owner
======================================================================
ERROR: test_list_tuple (test_embedding.ListTupleTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/sb/artiq/artiq/test/coredevice/test_embedding.py", line 467, in test_list_tuple
    self.create(_ListTuple).run()
  File "/home/sb/artiq/artiq/language/core.py", line 81, in run_on_core
    return self.core.run(fake_method, args, kwargs)
  File "/home/sb/artiq/artiq/coredevice/core.py", line 121, in run
    self._run_compiled(kernel_library, embedding_map)
  File "/home/sb/artiq/artiq/coredevice/core.py", line 132, in _run_compiled
    self.comm.serve(embedding_map, symbolizer)
  File "/home/sb/artiq/artiq/coredevice/comm_kernel.py", line 846, in serve
    self._serve_exception(embedding_map, symbolizer)
  File "/home/sb/artiq/artiq/coredevice/comm_kernel.py", line 828, in _serve_exception
    raise python_exn
ValueError
``` ====================================================================== ERROR: test_list_tuple (test_embedding.ListTupleTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/sb/artiq/artiq/test/coredevice/test_embedding.py", line 467, in test_list_tuple self.create(_ListTuple).run() File "/home/sb/artiq/artiq/language/core.py", line 81, in run_on_core return self.core.run(fake_method, args, kwargs) File "/home/sb/artiq/artiq/coredevice/core.py", line 121, in run self._run_compiled(kernel_library, embedding_map) File "/home/sb/artiq/artiq/coredevice/core.py", line 132, in _run_compiled self.comm.serve(embedding_map, symbolizer) File "/home/sb/artiq/artiq/coredevice/comm_kernel.py", line 846, in serve self._serve_exception(embedding_map, symbolizer) File "/home/sb/artiq/artiq/coredevice/comm_kernel.py", line 828, in _serve_exception raise python_exn ValueError ```
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nac3#529
No description provided.