From 387580aa7e592f02b54fe3d33d7c76e655e9526d Mon Sep 17 00:00:00 2001 From: Francesco Minnocci Date: Mon, 6 Nov 2023 16:12:29 +0100 Subject: [PATCH] fix: typo --- solve.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solve.jl b/solve.jl index 523de12..0c445f9 100644 --- a/solve.jl +++ b/solve.jl @@ -2,7 +2,7 @@ using LinearAlgebra using TypedPolynomials using Distributed, SlurmClusterManager -addprocs(SlurmClusterManager) +addprocs(SlurmManager()) # Local deps include("random_poly.jl") @@ -84,4 +84,4 @@ ENV["GKSwstype"] = "nul" # plot_real(sQ, Q, 2, 2, "2") # plot_real(sF, F, 4, 4, "3") # plot_real(sT, T, 4, 4, "4") -plot_real(sol, R, 5, 5, "random") \ No newline at end of file +plot_real(sol, R, 5, 5, "random")