From c89549504f73795e3a107c61c9a6a90ee15b270c Mon Sep 17 00:00:00 2001 From: Francesco Minnocci Date: Mon, 25 Dec 2023 21:54:11 +0100 Subject: [PATCH] Fix: renamed random_poly --> random-poly --- solve.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solve.jl b/solve.jl index a1c6f2f..c89f814 100644 --- a/solve.jl +++ b/solve.jl @@ -6,7 +6,7 @@ addprocs(SlurmManager()) println("Number of processes: ", nworkers()) # Local deps -include("random_poly.jl") +include("random-poly.jl") include("plot.jl") using .RandomPoly using .Plot