Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 343 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 343 Bytes

Test uniformity

julia --project=. -e "using Pkg; Pkg.instantiate()"

then open with

julia --project=.

or start julia

julia

then

]
activate .
instantiate

return to input repl with back key.

pipeline

julia --project=. src/data.jl
julia --project=. --threads=7 src/update.jl