jaredsagendorf
jaredsagendorf
I'm using the `update_vertices` method of the base class like so ``` mesh.update_vertices(vertex_mask) mesh.export("mesh.off") ``` to select a continuous region of a mesh defined by `vertex_mask`. However, doing so is...
Hello, suppose I have a function (or equivalently ). What I would like to do is compute the integral (numerically): for a given n,m I'm not sure if this is...
Installing with pip or building from source completes fine, however the following error is thrown on import: ``` ImportError: /lib/python3.8/site-packages/tvb_gdist-2.1.0-py3.8-linux-x86_64.egg/gdist.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZSt28__throw_bad_array_new_lengthv```
## Tell us about it Unlike most of the plotting functions, for some reason `plot_autocorr` doesn't support the `coords` kwarg. Unless this was intentionally left out, seems like it would...
The data category `ihm_ordered_ensemble` is a bit misleading and inaccurate for two reasons: 1. It is not actually an ensemble, but just a directed graph of model groups, none of...