-
Notifications
You must be signed in to change notification settings - Fork 0
Circuit extraction entitycore integration w/o activities #469
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
Merged
chr-pok
merged 27 commits into
dev_circuit_extraction
from
circuit_extraction_entitycore
Nov 4, 2025
+513
−179
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
6356610
Added dedicated circuit extraction neuron set union
chr-pok 7275db3
Added CircuitFromID to circuit extraction
chr-pok f7eb713
Extended entitysdk example notebook to include circuit extraction usi…
chr-pok baae3c0
Reduced circuit extraction neuron set union
chr-pok 5d21113
Removed save()
chr-pok 2dd0610
Set proper name to staged circuit
chr-pok 227e8df
Added campaign info
chr-pok f61d5a6
Added campaign info to example notebook
chr-pok 4f3aed0
Added extracted circuit registration
chr-pok 6932684
Added circuit folder asset upload
chr-pok af75919
Added registration of derivation, contributions, and publications
chr-pok b15016c
Linting and other small fixes
chr-pok b106b0b
Added info to extraction example notebook
chr-pok 5ac6509
Changed output path
chr-pok 980d428
Merged 'dev_circuit_extraction' into 'circuit_extraction_entitycore'
chr-pok 9494802
Fixed constants after merge conflict
chr-pok cf9f232
Added Info to circuit extraction test
chr-pok ed7245a
Removed virtual sources to ignore
chr-pok 39ea78a
Removed virtual sources to ignore
chr-pok 4f6ae3e
Added proper string representation for EntityFromID
chr-pok 3494870
Changed formatting
chr-pok ca48e78
Changed name to scan_config in example notebook
chr-pok d48026f
Improved name/description
chr-pok 9f56ab8
Made run_validation a global setting (switched off for now)
chr-pok eb1cb0c
Made do_virtual and create_external non-scanable
chr-pok 5889f3b
Made naming of Circuit and CircuitFromID objects consistent
chr-pok cfd29bd
Fixed test
chr-pok File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
168 changes: 85 additions & 83 deletions
168
examples/A_service_and_entitycore/obi_one_entity_tools/entitysdk_example.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
james-isbister marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Building the form here works without missing parameters validation error, so I'm confused why it fails in the other notebook
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No sure, for me it did work in both notebooks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This notebook works well! Very cool to register an extracted circuit!
A couple of small notes not related to this PR:
Because the name of the person who uploaded the extractd circuit + the time of day of the upload don't show, it's difficult to see in the UI whether I successfully uploaded a circuit. I can see the count of the number of circuits incrementing though whilst its running in the UI though :)
It's quite slow for such "tiny tiny circuits". Maybe we should ask about parallel registration of assets through entitysdk!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.