-
Follow-up on #32677: Observed in the context of #32432 (**sagemath-polyhedra**):
```
AttributeError: 'sage.rings.real_double.RealDoubleElement' object has no attribute 'sin'
AttributeEr…
-
Hi,
We are testing the minc toolkit 1.9.17 on Ubuntu 16.04 & 18.04. We also executed this command
find -type f | xargs -i dcmconv --write-xfer-little {} {}
in order to convert the .dcm files to…
-
```
#include
template
void f() {
gsl::owner a1{new int{1}}; // No warning
gsl::owner b1 = new T{1}; // No warning
gsl::owner c1{new T{1}}; // warning; should not warning though
gs…
-
A string.locate which does not find the string to locate throws an error in gsl e.g.:
create.gsl
```
.ignorecase = 0
echo string.locate("Test", "Te")
echo string.locate("Test", "Ta")
```
T…
-
OS: Debian GNU/Linux 12 bookworm (testing, amd64)
GCC version: 11.3.0
```
error: failed to run custom build command for `starkware-crypto-sys v0.1.3`
Caused by:
process didn't exit successf…
-
This should be imported from elsewhere to remove a compile-time dependency on GSL in `sage.symbolic`
```
src/sage/symbolic/pynac_impl.pxi:from sage.libs.gsl.types cimport *
src/sage/symbolic/pynac_…
-
Hi,
I try to install Piranha 1.2.1 but "make all" step gives the following error:
...
g++ -Wall -fPIC -fmessage-length=50 -O3 -c -o ../common/NegativeBinomial.o ../common/NegativeBinomial.cpp …
-
`gogsl` is nice, feature-wise, but a bit long in the mouth:
`gogsl.GslError`,
`gogsl.GslErrorHandler`,
`gogsl.GslReference`,
`gogsl/bspline.GslBsplineWorkspace`,
`gogsl/vector.GslVectorFloat`, ...
I…
-
following the basic example in readme, (swap man1 and man2 into mans1.jpeg) it does not generate the face swap and it throws:
running on a mac, CPU provider
`2024-04-10 10:17:33.073537 [E:onnx…
-
**Description:**
When running the `galaxy_galaxy_lensing_cls` method with `include_all_correlations=True`, the computation does not start for specific combinations of `redshift_max` and `redshift_res…