Skip to content

Processor response not present when expected #1

@Cpruce

Description

@Cpruce

Everything ran fine in https://github.com/FlyBrainLab/Tutorials/blob/master/tutorials/cartridge/Cartridge.ipynb, up to

c.execute(input_processors = input_processors,
          output_processors = output_processors,
          steps = steps, dt = dt)

and

result = c.get_result('cartridge/1.0')

Particularly, there doesn't seem to be any results/keys that can be queried after running the circuit:

Screenshot 2022-11-14 at 8 49 20 PM

From the messages, it looks like the job is queued but does not start executing. The cell to execute returns pretty quickly but just in case I waited ~1 hr. I believe it shouldn't complete instantaneously, but shouldn't take awhile either.

Let me know if you can reproduce or I am missing something along the way. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions