Merge pull request #354 from alphaville/dependabot/cargo/ndarray-0.16 #141
Annotations
1 error and 3 warnings
no method named `mod_cholesky_se99` found for struct `ArrayBase` in the current scope:
src/constraints/affine_space.rs#L54
error[E0599]: no method named `mod_cholesky_se99` found for struct `ArrayBase` in the current scope
--> src/constraints/affine_space.rs:54:31
|
54 | let res = a_times_a_t.mod_cholesky_se99();
| ^^^^^^^^^^^^^^^^^ method not found in `ArrayBase<OwnedRepr<f64>, Dim<[usize; 2]>>`
|
= note: the full type name has been written to '/home/runner/work/optimization-engine/optimization-engine/target/debug/deps/optimization_engine-4a5d4de48680196e.long-type-7693097266305540262.txt'
= note: consider using `--verbose` to print the full type name to the console
|
deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
unused import: `modcholesky::ModCholeskySE99`:
src/constraints/affine_space.rs#L6
warning: unused import: `modcholesky::ModCholeskySE99`
--> src/constraints/affine_space.rs:6:5
|
6 | use modcholesky::ModCholeskySE99;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|