Alberto Fossà

Results 8 issues of Alberto Fossà

**Describe the bug 🐞** Using a custom `Number` type that throws an error when it is divided by zero (as opposed to returning `Inf` as `Float64` does), an error is...

bug

As per documentation, `DA.estimNorm()` should return zero for each order sorted norm if estimation is not possible (e.g. there are less than two non-constant coefficients which are not zero). However,...

I am building a Julia interface to [dace](https://github.com/afossa/dace/tree/eigen_interface) using `libcxxwrap-julia` and `CxxWrap`, and I recently came across a compilation error that requires me to define the "less than" operator between...

The list of error IDs contained both `1008` and `8`, causing all errors with ID grater than 8 to display an incorrect message. This PR removes the `8` which is...

`pykep` is incompatible with the newly released SciPy 1.14.0 since `interp2d` has been deprecated by the latter. See the [release notes](https://github.com/scipy/scipy/releases/tag/v1.14.0). However, creating a new `conda` environment with ``` micromamba...

The LS server fails to start due to the following error encountered during precompilation: ```julia LoadError: TOML print: invalid character '\xc3' encountered when printing string ``` Environment: - macOS Tahoe...

**Describe the bug 🐞** I am trying to solve a nonlinear least squares problem using the `GaussNewton` algorithm. For this, I first build a `NonlinearFunction` object and provide it a...

bug

**Describe the bug 🐞** Solving an overdetermined system of equations formulated as a `NonlinearLeastSquaresProblem` fails if using `StaticArrays` for the optimization variables and the residuals. The same problem is correctly...

bug