Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There seems to be a bug with newer versions of pandas that prevents kwargs from being passed through the apply function (specifically passing errors='ignore' to to_numeric in edalize/vivado_reporting.py). Pinning pandas to v2.0.3 appears to have fixed the issue for now. I also added GOLDEN_RUN to pass through to tox.
- Loading branch information