cyrilbouvier
cyrilbouvier
Tests Modular and ModularExtended failed on HPAC with n >= 2^4 (hint: last steps and first steps may be buggy)
The test `test-integer` needs to be rewritten to be more thorought, it fails to catch two bugs (found and fixed in PR #190). - [ ] The function test_divmod should...
According to the norm, casting a int64_t to a int32_t (or any signed integral type to a smaller signed integral type) is 'implementation defined' until C++20 (ref: [cppreference.com](https://en.cppreference.com/w/cpp/language/implicit_conversion#Integral_conversions)). Some code...
I downloaded the .tar.gz package from https://github.com/SimonRohou/tubex-lib/releases/tag/v3.0.12 I wanted to compiled it with the python bindings. My cmake commands was: ``` cmake -DCMAKE_INSTALL_PREFIX=/nfs/work/contredo/software/tubex/3.0.12/ibex/2.8.9/gaol/none -DWITH_PYTHON=1 .. ``` There was several problems:...
### Steps To Reproduce To trigger the bug, one must first apply the following patch to sage: ``` diff --git a/src/sage/graphs/base/static_sparse_backend.pyx b/src/sage/graphs/base/static_sparse_backend.pyx index ea65e2117d9..178aa8cf82a 100644 --- a/src/sage/graphs/base/static_sparse_backend.pyx +++ b/src/sage/graphs/base/static_sparse_backend.pyx @@...
This PR improve the `init_short_digraph` function that is used to initialize `StaticSparseCGraph` (used for immutable `Graph` and `DiGraph`). Before, a boolean parameter `sort_neighbors` was used to specify if we wanted...
### Steps To Reproduce Run `make` ### Expected Behavior My machine should still be usable while SageMath is building ### Actual Behavior At the beginning of the make command, my...
The ['is' operator](https://docs.python.org/3/reference/expressions.html#is-not) is used in some `if` statements in the code to test equalities with boolean values (`condition is True`, `condition is not True`, ...). This is too restrictive...
**Environment info** - Cytoscape.js version : 3.33.1 (observed also with 3.32.2, 3.31.4, 3.30.4, 3.29.3, 3.28.1, 3.27.2, 3.26.2) - Browser/Node.js & version : Chromium 120.0 Edit: the bug seems to have...