-
Notifications
You must be signed in to change notification settings - Fork 49
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
Create DataIntegrityTest to address synaptic connections #163
Comments
In addition, do have a look at @aribrich 's work on openworm/CElegansNeuroML#23 . I suspect there will be some code here to reuse! |
Discussions evolving over in openworm/CElegansNeuroML#27 highlight the importance of this issue. |
@ahrasheed has identified that this issue is a roadblock to completing openworm/CElegansNeuroML#28, and perhaps some related issues in c302. Abdullah, would you feel comfortable looking at this issue as well? I would like to get this one resolved myself, but it seems like you have a large start on this in the comments/script you adapted, and I don't want to copy/paste your own code into another repo. Let me know what you think, and I'll have a look at the other roadblock (#162) in the meantime. |
@travs Sure, this seems to be just an issue of adding the connections again. Since the number of connections is less than that in NeuronConnect.xls (which is the source for PyOpenWorm). And once that is resolved it should be trivial to add more tests here. It will be slow until #162 is resolved, but will still work. |
To reiterate from the gitter chat, this issue depends on getting the new connectome in place first (#168). |
Please check the update to #168 Using the new connectome following connection numbers apply for creating data integrity tests:
All of these facts should be translated into tests. |
My understanding is that this is completed and we just need to complete #265 to fix final bugs and integrate it into the dev branch. |
@signija Are you still the primary on this ticket? Is this one awaiting review? All of the tests listed by @ahrasheed are in DataIntegrityTest.py, although:
doesn't match. The number of muscles is compared against 158 since aa8ebdf. |
@signija all of the data is there, and the tests are passing, so I'm closing this one. |
Given the data source, this test should verify that:
Raised from points made by @ahrasheed
The text was updated successfully, but these errors were encountered: