Sébastien Labbé
Sébastien Labbé
> Could you try with v0.9.2? I first tried to install the latest version (0.9.2), but I was not able to compile it. This is why I tried 0.9.1 instead...
I have access to another machine (plafrim) on which I could install msolve-0.8.0 (with guix). I confirm that the issue does not appear on this other machine.
> If the problem persists, could you tell us more on your architecture? Here is the output of lscpu on the machine on which I have the segmentation fault. Sorry...
> I will try again after a fresh reboot, and will report later. I have many tabs open on my firefox. I don't know if this may be competing for...
Doing `top -o %MEM -c -d .5` during the execution shows the VIRT column reach 24.4g just before the segmentation fault.
Here is what I obtain with msolve 0.6.5 installed with sagemath. I needed to write "continue" once during the first phase of the computation because of `order.c: Aucun fichier ou...
Vincent, I suggest to keep `__mul__` as is and rather define the `__rmul__` method to solve this issue instead.
Ok, I [see](https://stackoverflow.com/questions/33218006/correct-override-of-rmul-in-cython-extensions). I did not know this was not working with cython < 3. With SageMath 10.6.beta7, Release Date: 2025-02-21, I am using cython-3.0.11. Do you think we can...
Yes, you need to run another command. But your example made me realize that I forgot to add a method `tikz` inside of the `categories/cristals.py` file... I just did that...
In fact, what I propose here does not fix view. It gives an alternative way to open the image in a viewer where you have more control on the output....