Claudio Delpino
Claudio Delpino
can reproduce: x=[[1,2],[2,4]] numeric.svd(x).S [0, NaN] x=[[1,2],[3,6]] numeric.svd(x).S [7.071067811865476, 0]
Thanks to you for this piece of software. Do you have this bug located or do you need help locating it ?
To get more information about the server response, you can use the technique I described in https://github.com/valentineus/moodle-webhooks/issues/23
Hi @zshzbh! I'm just pointing to a documentation + types bug, where an enum is missing a value that is in reality being used by the service. I don't have...