Kamil Toman
Kamil Toman
Running tests (or one test) in bb remote repl fails with an exception: ``` Running template-test/nah java.lang.IllegalArgumentException: null object for public java.lang.String java.lang.StackTraceElement.getClassName() user-f590c0fc-2d13-4bbc-a01f-8fb94c6f59a7 $HOME/.local/share/JetBrains/IntelliJIdea2024.3/clojure-plugin/lib/runtime.jar!/cursive/tests/report.clj:50:21 ``` As a workaround -...
``` (def a (tensor [3 2 1] :float :ncw)) ;=> #'user/a (desc a) ;=> #uncomplicate.diamond.tensor.TensorDescriptorImpl {:shape [3 2 1], :data-type :float, :layout [2 1 1]} (.stride a) ;=> 1 (.stride...
The `e/assign` should by its docstring "Assign the value of `expr` into the data model at `location`.". But surprisingly it only does that if the result is not a vector....