Skip to content

Commit

Permalink
Added some bytes to the example
Browse files Browse the repository at this point in the history
  • Loading branch information
jtc42 committed May 2, 2020
1 parent d0ab02c commit db1e6bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/components/pdf_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def __init__(self):
"mode": "spectrum",
"light_on": True,
"user": {"name": "Squidward", "id": 1},
"bytes": b"\x80\x04\x95\x1a\x00\x00\x00\x00\x00\x00\x00\x8c\x08builtins\x94\x8c\x06object\x94\x93\x94)\x81\x94.",
}

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

0 comments on commit db1e6bf

Please sign in to comment.