Data not saving to datasaver #5980
Unanswered
Diddleydope
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@Diddleydope hi! Looking at the snippet I can't see what the problem is. Just in case, when you call |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there! I'm having a problem with testing my QCoDes driver. In the following code, I am trying to plot some data:
Weirdly enough, the code executes without errors, but nothing happens. Turns out, the datasaver is empty. When i print out its contents like this:
I get this:
{'TestInstance_Input0': {'TestInstance_Input0': array([], dtype=float64), 'TestInstance_Output1': array([], dtype=float64)}}
So two empty arrays.
Can anyone explain why this is happening? I greatly appreciate any help!
Beta Was this translation helpful? Give feedback.
All reactions