Stan Schymanski
Stan Schymanski
If you want to substitute e.g. `{V: a*b*c}`, you cannot just `V(a,b,c).diff(c).subs(V, a*b*c)`, but: ``` # create a wild symbol: in its basic form, it will match everything w =...
This gives the expected result, but it should be possible to just substitute an expression, as per standard procedure. Fundamentally, instead of `Subs(Derivative(V(a(c), b(c), _xi_3), _xi_3), _xi_3, c)` in the...
> ... but it would be nice if there were a way to succinctly write something like `D[2](f)(x, y, z)` to represent "the derivative of f(x, y, z) wrt the...
> For a `PartialDerivative` class, we would need to know how this behaves differently from `Derivative`. Is it really only not trying to get derivatives "recursively" or is there more...
I just came across this again, as I was quite unhappy to see how zenodo displays the contents of entire renku projects, e.g. https://zenodo.org/records/8213124. The 'Files' section displays all the...
Thanks, I should have read the error message before following the instructions of reporting this as a bug... But this is strange, as I have much more space available, both...
I found this issue because I am having the same problem. If it is a limitation, it would be good to provide the maximum number of pixels and frame rate...