William Hedley Thompson
William Hedley Thompson
This related to us wanting to remove the neuroimaging dependencies but havn't done so yet. For now, if you install pybids, i.e. `pip install pybids` this should go away. Let...
You'll have to look up configuring sqlalchemy on GCP, as the issue is there. However, if you are not using the neuroimaging functions, you can remove the importing of TenetoBIDS...
Nice catch! This is just an outdated tutorial. Thanks for flagging this. The issue here is that modifications were made to only use pandas arrays when the network/connections are sparse...
> Does this not have the potential to create some trouble? It is a good point. 1. All teneto functions are agnostic to whether TemporalNetwork.network is a dataframe or numpy...
Description: one confusing problem that has been encountered is that tnet.get_selected_files() returns files that won't be run on in fmriprep output (e.g. events). tnet.get_selected_files could perhaps take an argument as...
Unfortunately we have some speed/size issues that I just havn't had time to address as this is more of a hobby project at the moment. Most of the functions are...
No problem. Let me know how it goes. If not, I will make sure we get that networksize covered when I get around to rewriting the core of teneto (but...
Could you explain a little more (just for my understanding). Did it fail to load the network or run a function after it was loaded? If the latter, which function.
And the network is dense (i.e. few edges are 0)?
Thanks. Could you send the complete error message (i.e. the ca 10-20 lines above the MemoryError). It will help me isolate the memory hogging process. Sorry about this.