Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ QuickTrace: An Efficient Contour Tracing Algorithm for Defect Robus…
…tness Simulation (#546) * 💚 small changes to test. * 💚 small changes to test. * 💚 small changes to test. * 🎨 rename function. * 🎨 Incorporated pre-commit fixes * 🎨 missing renaming in experiment. * 💚 fix windows build issue. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 📝 fix docu issue. * 🎨 Incorporated pre-commit fixes * 🎨 update code after merge. * 🎨 Incorporated pre-commit fixes * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 update code after merge. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 📝 fix docu. * 🎨 Incorporated pre-commit fixes * 🎨 update the experiment script. * 🎨 Incorporated pre-commit fixes * 🎨 small fix. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 small fix. * 🎨 Incorporated pre-commit fixes * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🔀 merge. * 🎨 Incorporated pre-commit fixes * 🔀 merge. * 🙈 update gitignore file. * 🚸 add experiment to compare different methods to determine the defect avoidance distance. * 🎨 update code. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 add comments. * 🎨 small fix. * 🎨 delete superfluous header file * 🎨 small changes * 🎨 small changes. * 🎨 experiments. * 🎨 several changes. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 small changes. * 🎨 revert changes. * 🎨 Incorporated pre-commit fixes * 🔥 delete files. * 🎨 Make sure the contour does not get stuck if you have only one contour. * 🎨 Incorporated pre-commit fixes * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 small fixes. * 🎨 Incorporated pre-commit fixes * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🚚 add Bestagon gate library with logic cell type. * 🐛 make sure logic cell type is handled correctly. * 🔥 delete files again and put them to separate PR. * 🎨 Incorporated pre-commit fixes * 🎨 use switch. * 🎨 use switch * 🐍 fix python bindings. * 🎨 Incorporated pre-commit fixes * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 small fix. * 🎨 Incorporated pre-commit fixes * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 small change. * 🎨 small fix. * 🎨 clang-tidy fix. * 🎨 Incorporated pre-commit fixes * 🎨 small fix. * 🎨 small fix. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 small fix. * 🎨 Incorporated pre-commit fixes * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 small fix. * 🎨 print output to fix CI. * 🎨 print output to fix CI. * 🎨 integrate Marcel's comment. * 🎨 small fix in docu. * 🎨 rename files. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 small clang-tidy fixes. * 🎨 Incorporated pre-commit fixes * 🎨 use one thread to see if that fixes python unit tests in CI. * 🎨 try to fix docu. * ✨ add function to save defect operational domain. * 🧵 replace `future` by `thread` to avoid python 3.13 issues * 🎨 Incorporated pre-commit fixes * 🧵 small fix. * 🧵 small fix. * 🧵 use one thread to test CI issues. * 🧵 use different implementation. * 🎨 Incorporated pre-commit fixes * 📝 small fix. * 📝 small fix. * 🎨 small fix. * 🎨 small fix. * 🎨 revert changes to understand issue. * 🎨 small fix. * 🎨 Incorporated pre-commit fixes * ⬆️ use python 3.13 for readthedocs * ⬆️ use python 3.13 for readthedocs * ⬆️ use python 3.13 for readthedocs * ⬆️ use python 3.8 for readthedocs * 💚 use string. * 🎨 restructure. * 🎨 Incorporated pre-commit fixes * ⬆️ use python 3.10 again for readthedocs. * ⚗️ small fix. * ⚗️ small fix. * 📝 deactivate `exact` to try to solve documentation issue * 📝 try to fix docu issue. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 include missing header file. * 📝 small update. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * ✅ update tests. * 🎨 Incorporated pre-commit fixes * 🎨 use static_cast to use correct type. * 🎨 static-cast to avoid tpye error. * 🎨 Incorporated pre-commit fixes * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 small fix. * 📝 small fix. * ✅ small fix. * 🎨 Incorporated pre-commit fixes * 📝 small fix. * 📝 revert changes in the workflow. * 📝 try to fix docu. * 🎨 Incorporated pre-commit fixes * 🎨 Incorporated pre-commit fixes * 🔥 remove python bindings for the moment due to doc issue. * 🔥 remove python bindings for the moment due to doc issue. * 🎨 small fix. * 🎨 Incorporated pre-commit fixes * 🐍 small fix. * 🐍 small fix. * 🎨 Several cleanup changes. * 🎨 Incorporated pre-commit fixes * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 revert changes. * 🎨 revert changes. * 🎨 revert changes. * 🎨 small fix. * 🎨 small fix. * 🎨 small fix. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🐍 small fix. * 🐍 small fix. * 📝 small update. * 📝 small update. * 📝 small update. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 📝 small updates. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 📝 small update. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 small update. * 🎨 integrate first batch of Marcel's comments. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 📝 fix docu. * 🎨 significant restructuring. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 renaming. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 📝 small update. * 📝 small update. * 🐍 small update. * ⚗️ update the experiments. * ⚗️ update the experiments. * 🎨 fix several issues. * ✅ cover a symmetric case. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 📝 small fix. * ✅ add a symmetric case. * ✅ small fix. * 🎨 update docu. * 🎨 increase consistency. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 increase consistency. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 📝 small fix. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 remove discard statement. * 🎨 implement Marcel's feedback. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 📝 update todos. * 📝 small fix. * 📝 small fix. * 📝 small fixes. * 🐍 small fix. * ✅ small fix. * 🎨 remove unused header. --------- Signed-off-by: GitHub Actions <actions@github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <actions@github.com> Co-authored-by: Marcel Walter <marcel.walter@tum.de>