Skip to content

DenseMetric and Component arrays (solve #344) #258

DenseMetric and Component arrays (solve #344)

DenseMetric and Component arrays (solve #344) #258

Re-run triggered August 3, 2023 13:50
Status Failure
Total duration 2m 17s
Artifacts

Format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
format
Process completed with exit code 1.
format: test/hamiltonian.jl#L79
[JuliaFormatter] reported by reviewdog 🐶 Raw Output: test/hamiltonian.jl:79:- h = Hamiltonian(UnitEuclideanMetric(T, 2*D), ℓπ, ∂ℓπ∂θ) test/hamiltonian.jl:79:+ h = Hamiltonian(UnitEuclideanMetric(T, 2 * D), ℓπ, ∂ℓπ∂θ)
format: test/hamiltonian.jl#L84
[JuliaFormatter] reported by reviewdog 🐶 Raw Output: test/hamiltonian.jl:84:- M⁻¹ = ones(T, 2*D) + abs.(randn(T, 2*D)) test/hamiltonian.jl:84:+ M⁻¹ = ones(T, 2 * D) + abs.(randn(T, 2 * D))
format: test/hamiltonian.jl#L91
[JuliaFormatter] reported by reviewdog 🐶 Raw Output: test/hamiltonian.jl:91:- m = randn(T, 2*D, 2*D) test/hamiltonian.jl:91:+ m = randn(T, 2 * D, 2 * D)
format
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/