neurolib-dev / neurolib

Easy whole-brain modeling for computational neuroscientists 🧠💻👩🏿‍🔬
MIT License
402 stars 83 forks source link

Wong Wang working example to produce FCD matrix #265

Open Ziaeemehr opened 4 months ago

Ziaeemehr commented 4 months ago

Dear developers,

I am trying to run Wong Wang model, original and reduced version on ds.Cmat network and my purpose is to get proper FC and FCD matrices, but I could not find a suitable configuration for the model parameters that does not give nan. I tried also putting k_gl the global coupling to zero, still getting nan. Have you ever tried to get FCD from WW model? I also could not figure out how to get the reduced version, apparently the from neurolib.models.ww.model import WWModel return the original version, could you please guide?

Cheers A