-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Migration Graph Builder #468
Add Migration Graph Builder #468
Conversation
Sync to upstream
Codecov Report
@@ Coverage Diff @@
## main #468 +/- ##
==========================================
- Coverage 97.61% 97.58% -0.03%
==========================================
Files 115 116 +1
Lines 24011 24054 +43
==========================================
+ Hits 23438 23474 +36
- Misses 573 580 +7
Help us with your feedback. Take ten seconds to tell us how you rate us. |
I remember @hmlli originally having a try-except block in a document construction method. If document construction failure is possible, but the desire is to exclude the failure and keep processing, then a try-except block should be added to the builder processing method. |
…when no migration graph generated.
Adding a new MapBuilder to create migration graphs from an InsertionElectrode collection. Based on MigrationGraphDoc developed by @hmlli in #437