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
But when I tried to render it using wavedrompy (from the command line) I am getting this error:
Traceback (most recent call last):
File "/home/keesj/.venv/bin/wavedrompy", line 8, in <module>
sys.exit(main())
^^^^^^
File "/home/keesj/.venv/lib/python3.12/site-packages/wavedrom/__init__.py", line 55, in main
render_write(args.input, args.svg, False)
File "/home/keesj/.venv/lib/python3.12/site-packages/wavedrom/__init__.py", line 37, in render_write
out = render(jinput, strict_js_features=strict_js_features)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/keesj/.venv/lib/python3.12/site-packages/wavedrom/__init__.py", line 28, in render
return WaveDrom().render_waveform(0, source, output, strict_js_features)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/keesj/.venv/lib/python3.12/site-packages/wavedrom/waveform.py", line 784, in render_waveform
arcs = self.render_arcs(ret.lanes, index, source)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/keesj/.venv/lib/python3.12/site-packages/wavedrom/waveform.py", line 590, in render_arcs
frm = AttrDict(Events[Edge.frm])
~~~~~~^^^^^^^^^^
KeyError: 'A'
It appears that wavedrompy can not find the "A" label
The text was updated successfully, but these errors were encountered:
keesj
changed the title
Incompability?
Incompatibility?
Oct 23, 2024
Hello, I am trying to render the following using a pip installed wavedrompy
On the online version this works nicely
![image](https://private-user-images.githubusercontent.com/129783850/379163909-3c6060db-9d12-44ea-b95e-d62eef3ab90b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MTA2ODMsIm5iZiI6MTczODkxMDM4MywicGF0aCI6Ii8xMjk3ODM4NTAvMzc5MTYzOTA5LTNjNjA2MGRiLTlkMTItNDRlYS1iOTVlLWQ2MmVlZjNhYjkwYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QwNjM5NDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mZTY1NGYzMWE0ZDBjNmRiZTU2Mjk3MzEwNDYyYjIyZGI2MGQzZjZiYjYyMjIzMTE1YzdlYWU5MDYyNWUyYmVmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.RdmLhm6Vik-7aFpVSl3EsbJYvDttJTuLs-rm9whggO0)
But when I tried to render it using wavedrompy (from the command line) I am getting this error:
It appears that wavedrompy can not find the "A" label
The text was updated successfully, but these errors were encountered: