remove defaults #2
Annotations
1 error and 2 warnings
code-style
Process completed with exit code 1.
|
code-style:
test/fit_tests.jl#L107
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
test/fit_tests.jl:107:- construct(
test/fit_tests.jl:108:- mt,
test/fit_tests.jl:109:- nn,
test/fit_tests.jl:110:- nvars;
test/fit_tests.jl:111:- data_type,
test/fit_tests.jl:112:- compute_mode,
test/fit_tests.jl:113:- inplace,
test/fit_tests.jl:114:- resource,
test/fit_tests.jl:115:- ),
test/fit_tests.jl:107:+ construct(mt, nn, nvars; data_type, compute_mode, inplace, resource),
|
code-style
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|