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
It would be beneficial to automatically verify that the Jupyter notebook examples still run properly at all times.
For examples, problems occur if PyRTL files are renamed or moved and no longer accessible like before if a Jupyter file depended on this submodule access. This shouldn't be a problem normally, since almost everything you'd want to use from PyRTL should accessible via pyrtl.*, but could cause problems in the future with examples that access rtllib. For example, estimate.py was recently renamed, and a PR for example7-synth-timing-draft.ipynb will be made soon to fix it.
The text was updated successfully, but these errors were encountered:
mdko
added
the
testing
For issues related to unit tests and continuous integration.
label
Jun 4, 2021
It would be beneficial to automatically verify that the Jupyter notebook examples still run properly at all times.
For examples, problems occur if PyRTL files are renamed or moved and no longer accessible like before if a Jupyter file depended on this submodule access. This shouldn't be a problem normally, since almost everything you'd want to use from PyRTL should accessible via
pyrtl.*
, but could cause problems in the future with examples that access rtllib. For example,estimate.py
was recently renamed, and a PR forexample7-synth-timing-draft.ipynb
will be made soon to fix it.The text was updated successfully, but these errors were encountered: