-
Notifications
You must be signed in to change notification settings - Fork 25
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
[MRG] hnn-core integration #232
[MRG] hnn-core integration #232
Conversation
f096b1c
to
43f0dd0
Compare
352fe46
to
69d68ca
Compare
f2727c0
to
d5a0242
Compare
The PR is ready for testing! Optimization doesn't quite work as expected yet. The other known bug is with recording somatic voltages with cores > 1. I'll be sending out an email inviting others to test, but feel free to give it a go if you have everything installed already |
@blakecaldwell what do you think of the following workflow?
This way, you can have some peace of mind and we can iterate a bit rather than having to work off this huge branch. It's already looking like a great improvement to the code. We can iterate on the |
@jasmainak yeah, I like that. As you say, we can iterate with new PR's and issues. They can be part of jonescompneurolab/hnn too So the plan would be naming a new release |
As discussed above, we are merging this to master to complete testing and debugging. Installation instructions for Mac and Windows on hnn.brown.edu will have people use release v1.3.2 which was created yesterday. When we are happy with the post-integration code, we will create a new release and update the instructions. The developers who are already running hnn from a git clone of master would only be affected if they ran a |
There seems to be a duplicate set of installation instructions here: https://github.com/jonescompneurolab/hnn/tree/master/installer Are these relevant any more? Because they are downloading the latest |
Ah, yes. I've been keeping the new instructions in a separate branch (the link that I emailed out). Docs in master are the instructions that everyone sees at hnn.brown.edu. Just created #280 with the new docs that everyone is using for testing. |
This runs HNN simulations using the code in
hnn-core
. Significant changes to HNN parameter handling were required along new code to read and write data files coming fromhnn_core
objects.Work remaining:
hnn-core
prerequisite to installation docshnn-core
to the simulation log windowsave_figs = 1
functionalityPOpen()
Closes #231