You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On running the code from the very first example in the docs I get an ERROR: KeyError: key :value not found
Removing the line "attributes" => Par(info = "This is a test signal table")
or changing it to "attributes" => Par(value = nothing, info = "This is a test signal table"),
fixes the error.
The text was updated successfully, but these errors were encountered:
On running the code from the very first example in the docs I get an
ERROR: KeyError: key :value not found
Removing the line
"attributes" => Par(info = "This is a test signal table")
or changing it to
"attributes" => Par(value = nothing, info = "This is a test signal table"),
fixes the error.
The text was updated successfully, but these errors were encountered: