Sam

Results 15 comments of Sam

Passing by-reference works when I don't interfere with the tensor dimensions in C++ ```cpp // bindings.cpp #include "wll_interface.h" void set_to_two(wll::tensor & foo) { for (std::size_t i = 0; i <...

Does this mean the shape of `PackedArray`s passed into C++ functions is immutable, or that the `wll::tensor` container just isn't set up to support resizing?

I'm not able to reproduce the error. I am using the example you linked, and unzipping the latest release (1.0.2), and I see no such import error. The example is...

Is the GUI still installing old RLUtilities from pip?

Can you explain what the changes to the jump timer implementation are trying to fix? I think checking for a frozen ball is implemented more succinctly by putting this one-liner...