fix: typo

main
Francesco Minnocci 1 year ago
parent 65744ea41f
commit 387580aa7e
Signed by untrusted user: BachoSeven
GPG Key ID: 2BE4AB7FDAD828A4

@ -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")
plot_real(sol, R, 5, 5, "random")

Loading…
Cancel
Save