-
I'm trying to build chemoton for a colleague, but I cannot get the database testsuite to pass. I noticed test failures while packaging for conda-forge and therefore started a local build. Most tests c…
-
Issues
- https://github.com/sagemath/memory_allocator/issues/6
- https://github.com/sagemath/cypari2/issues/114
- https://github.com/fplll/fpylll/issues/230
Depends on #32423
Depends on #33530
Dep…
-
https://polymake.org/doku.php/download/start#get_latest_stable_release33
To build it for Sage do:
```
(cd upstream && wget https://polymake.org/lib/exe/fetch.php/download/polymake-3.4-minimal.tar.…
-
This looks similar to the error in #674 but since it does not occur during loading, but rather when revising, I am not 100% sure they are the same, so I am opening a separate issue for now.
The cra…
-
Currently the order of cubic braid group elements is realized via the Gap functionality for finitely presented groups in cases where the number of strands is less than 5.
According to the [Gap Refe…
-
https://www.sagemath.org
SageMath is a free open-source mathematics software system licensed under the GPL. It builds on top of many existing open-source packages: NumPy, SciPy, matplotlib, Sympy, Ma…
-
We got `pygraphviz/graphviz_wrap.c:2711:10: fatal error: graphviz/cgraph.h: No such file or directory`, see the log in attachment.
CC: @mkoeppe @dcoudert
Component: **packages: optional**
Author…
-
I get this ever single time I load Oscar (i.e., no precompilation involved, happens multiple times in a row):
```
$ julia --proj=p/1.6
_
_ _ _(_)_ | Documentation: htt…
-
We now have the models RBMSymm and GCNN that can learn the wavefunction of the lowest-lying symmetric energy level. As @attila-i-szabo and i discussed today, it would be really nice to be able to expl…
-
Hello,
I'm trying to modify the source code to support directed graphs.
To do this, I modified the `reduceNauty` function to use `DEFAULTOPTIONS_DIGRAPH` instead of `DEFAULTOPTIONS_GRAPH`, and …