Tomas Van den Hauwe

Results 15 comments of Tomas Van den Hauwe

> Separately, `std::vector::data` is already pythonized (in order to add the size to the returned `LowLevelView`), which is a good place to put a lifeline on the vector. However, my...

I guess I tried that at some point and explored the weakref approach because I couldn't set any attributes on LowLevelView. But if we're making changes to the C++ implementation...

[dict.patch](https://github.com/wlav/CPyCppyy/files/11143670/dict.patch) If I understand the documentation right, attached patch should be all that's needed to add a `__dict__` to `LowLevelView`. I tried compiling the various cppyy packages from source in...

Thanks, that explains the difference. Not what I expected from "face_adjacency" 😉

I found an additional issue: the algorithm always tries to remove `num` knots, even when the various checks come out above tolerance. Patch attached. Explanation: * The algorithm was missing...