Caglar Cakan

Results 9 comments of Caglar Cakan
trafficstars

Still don't know how to solve this in the best way. This is what I've been imagining: Ideally, the user could do ``` python import neurolib print(neurolib.models) ``` and get...

Yessss I was waiting for this issue ❤️ Some comments on your comments: > * code for computing the cascade is already part of neurolib in models/aln/aln-precalc/precompute_quantitites/ so I'd refactor...

> The idea was in the native ALN everything is hardcoded. So you want to build a modular ALNModel, is that the goal? With a varying number of populations? I...

Mhh it's a weird error, it looks like the arguments of the functions are changing. For sure, will need to use python mode to debug this, but I can look...

Another option would be storing into HDF files btw. Will also consider it, but xarray is nice because its structured and probably more flexible. I guess I'll get my hands...

I got stuck trying to solve this. Has anyone managed so far?

Thanks for answering. I've tried several things. Entered UTF-8 characters directly into the code, entered the hex code etc but neither worked. [This guy ](https://github.com/zoutepopcorn/esp8266_beaconSpam/blob/master/esp8266_beaconSpam/esp8266_beaconSpam.ino) forked the code and just...

Jupyter Lab support would be really appreciated!

This became a pretty big change and is not out of scope for the PR. Just checking: Did you test the changed models to see if this breaks anything?