Refactor keyword argument processing, remove applyexp
#126
Annotations
1 error and 3 warnings
format
Process completed with exit code 1.
|
format:
test/test_tdvp.jl#L309
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
test/test_tdvp.jl:309:- H,
test/test_tdvp.jl:310:- -tau,
test/test_tdvp.jl:311:- psi2;
test/test_tdvp.jl:312:- cutoff,
test/test_tdvp.jl:313:- nsite,
test/test_tdvp.jl:314:- reverse_step,
test/test_tdvp.jl:315:- normalize=true,
test/test_tdvp.jl:316:- solver_krylovdim=15,
test/test_tdvp.jl:309:+ H, -tau, psi2; cutoff, nsite, reverse_step, normalize=true, solver_krylovdim=15
|
format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, julia-actions/setup-julia@latest. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|