Pablo Winant

Results 27 comments of Pablo Winant

I have started watching this project only recently and although I was super happy to finally a sparse multidimensional tensor lib that I could contribute to I'm just an observer...

@hameerabbasi : I was considering saying something about me contributing to the project, but wouldn't like to disappoint if it takes me a bit too long to start. I'll try...

I understand your point about introducing incompatibilities. Having an option to do that would be great. I suppose those who opt-in would end-up with both conda and mamba installed in...

Sorry, maybe I wasn't super clear. It does work from a system terminal but not from vscode's terminal which is used by your extension. The error message makes me think...

Small update: - I get the same bug inside a Wayland or an X11 session - It seems that the `DISPLAY` property is not set up properly within the integrated...

A quick feedback before I come back from holidays: The model presented in the lecture corresponds to a dtcscc model for the partial eq case so it can be defined...

What about an 'inplace' option such that `compute_fixed_point(T, v, inplace=True)` would assume `T` to be a function `T(v0, v1, ...)` with the output being stored in `v1` ? The alternative...

Like always, I sent the comment before editing it completely. I just finished it.

1. indeed. There is still the constraint that data must be homogenous. It's a tricky one, since there is no abstract iterable type. One could use AbstractArray, but that is...

Imagine you have a model that depends on two i.i.d. gaussian shocks. You can write the covariance matrix as: sigma = array([[sigma1, 0],[0, sigma2]]) Assume that you have written a...