Robin De Schepper

Results 186 comments of Robin De Schepper

Sorry, this PR was stale and after rebasing on the latest master the diff was garbled. When I tried to update `ppetzold/json-api` to the latest master I accidentally updated it...

I approved this one a bit too quickly 😅

Great, I've been on a bit of a type-hinting-bandwagon-spree lately so I'll see if I find time for this next weekend :) I'll make 2 separate PRs for it!

@albertosottile I'm interested in researching, and PRing a fix, I'm new to the codebase though so some input will be required for me to get started on this task. I...

Hmm, how come `pygame` is using the `library.zip` path as a reference? Might that be because of some of the `__file__` attributes pointing there, or it being the current working...

Wouldn't they still be described in the `HOC` version of the docs? I thought they applied there. If they apply nowhere, we could remove them? I was also thinking that...

@ramcdougal Any ideas on how to round this document? Are there any more NEURON specific best practice topics to cover?

Thanks for the comments! I still believe we could provide more best-practices for NEURON models specifically. If everything uploaded to ModelDB is an installable package it would be a drastic...

With installable I mean something that can be deployed with pip install. I find that important and a good indicator because a set of core Python conventions needs to be...

I understand the concern, good points. `pip install`ed code is quite invisible as well (you have to dig into `site-packages`) and making a habit of distributing it over pip might...