Nicholas Tolley
Nicholas Tolley
@kmilo9999 I think it's safe to begin it from scratch, the GUI code has changed quite a lot since then making rebasing a huge pain for this one...
> How do we guarantee that the examples will run as expected for the user? unit tests? Exactly this, after going through the numerous problems with rendering the GUI tutorials,...
@carolinafernandezp we've finally fixed the documentation issues, if you have the bandwidth in the next week or so would you want to do a quick zoom call to rebase this...
Just tested this locally and everything is running great, thanks a bunch @carolinafernandezp this is a super useful contribution!!
Hey @kmilo9999 you can access them from the code like this: ```py from hnn_core import jones_2009_model net = jones_2009_model() section = net.cell_types['L5_pyramidal'].sections['soma'] print(section.Ra) # resistance print(section.cm) # capacitance ``` ```...
@rythorpe @jasmainak we decided to just cherry-pick from the old PR since it was paused so long ago (and we didn't have access to push to the PR directly)
This is essentially solved by hitting refresh, perhaps we can just add a note mentioning that in one of the tutorials?
@darcywaller you should checkout the new [optimization examples](https://jonescompneurolab.github.io/hnn-core/dev/auto_examples/howto/optimize_evoked.html#sphx-glr-auto-examples-howto-optimize-evoked-py) (soon to be released with v0.4), I think you can achieve the optimization functionality you're looking for Feel free to open if...
Is there an issue when they are loaded during `simulate_dipole()` ?
@stephanie-r-jones I believe you have an M2 mac right? I think you could help us test this!