basic NetCon graph in ModelView - #1912
Draft
ramcdougal wants to merge 2 commits into
Draft
Conversation
ramcdougal
commented
Jul 11, 2022
| sprint(tstr, "%d NetCon objects", tobj.count) | ||
| display.top.append(new TreeViewItem(nil, tstr)) | ||
| mvncgrapher = new ModelViewNetConGrapher(this) | ||
| display.top.append(new TreeViewItem(nil, tstr, mvncgrapher, 1.7)) |
Member
Author
There was a problem hiding this comment.
need to confirm this is okay if there are no NetCons
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1912 +/- ##
==========================================
- Coverage 47.12% 47.10% -0.03%
==========================================
Files 543 543
Lines 112929 112994 +65
==========================================
+ Hits 53223 53226 +3
- Misses 59706 59768 +62 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
✔️ 312859c -> Azure artifacts URL |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Selecting the "### NetCon objects" in a ModelView shows a graph of the pre/post NetCon relationships by cell.
e.g. for the model of Short et al., 2016 (http://modeldb.yale.edu/183300)
This works best for small networks. Cells of the same type are grouped together.
To do: