Skip to content

Commit db1e6bf

Browse files
committed
Added some bytes to the example
1 parent d0ab02c commit db1e6bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/components/pdf_component.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def __init__(self):
2121
"mode": "spectrum",
2222
"light_on": True,
2323
"user": {"name": "Squidward", "id": 1},
24+
"bytes": b"\x80\x04\x95\x1a\x00\x00\x00\x00\x00\x00\x00\x8c\x08builtins\x94\x8c\x06object\x94\x93\x94)\x81\x94.",
2425
}
2526

2627
def noisy_pdf(self, x, mu=0.0, sigma=25.0):

0 commit comments

Comments
 (0)