Pulsar Function Window Length Count #17925
Unanswered
Atiqul-Islam
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to write a pulsar function with python that executes every 10 samples of data.
Below is the sandbox code for the pulsar function
I am producing some random data in the topic using the following code
I am executing the function using the following bash command
However, I am getting the following error:
However, the functions works fine when i remove the
window-length-count
flag from the command.Beta Was this translation helpful? Give feedback.
All reactions