Nick

Results 69 issues of Nick

**Describe the bug** When a non-positive semidefinite matrix is passed into the Cholesky decomposition, the `info` is 2, not a negative number. **To Reproduce** Apply the following patchfile: ```diff diff...

To reproduce: ```julia julia> using Unitful julia> using LinearAlgebra julia> matrix = rand(4, 3) .* u"kg" 4×3 Matrix{Quantity{Float64, 𝐌, Unitful.FreeUnits{(kg,), 𝐌, nothing}}}: 0.903809 kg 0.857622 kg 0.815957 kg 0.959174 kg...

From here: I click the link and get: (Apologies for not just submitted a fix-I couldn't find the correct url!)

A nitpick, and clearly an instance of my own stupidity, however: While working through the MWE on my own codebase, I hit: ``` julia> create_app("MyApp", "MyAppCompiled") ERROR: expected package to...

While building SMT using `uv` under `python3.13`, the following warning is emitted: ``` building 'smt.surrogate_models.rbfclib' extension /home/.cache/uv/builds-v0/.tmpuPj4zT/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers...

If the number of inducing inputs in SGP is >=~58, we get the following exception from numpy: ``` numpy.linalg.LinAlgError: 58-th leading minor of the array is not positive definite ```...

### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...

triage

I'm a bit confused as to _why_ this is happening, but I've now seen it repeatedly: ``` × Failed to build `numba==0.53.1` ├─:arrow_forward: The build backend returned an error ╰─:arrow_forward:...

### Describe the bug If a list of complex numbers is provided to H5Web via an HDF5 file, there is a beautiful interface that allows it to be visualized as...

bug