From f357caa10797775c60f807c20cab585789f8f969 Mon Sep 17 00:00:00 2001 From: Matthew Grasinger Date: Mon, 5 Jun 2023 14:07:08 -0400 Subject: [PATCH] profile view never works --- mcmc_clustering_eap_chain.jl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mcmc_clustering_eap_chain.jl b/mcmc_clustering_eap_chain.jl index f2b0e83..29b2a68 100644 --- a/mcmc_clustering_eap_chain.jl +++ b/mcmc_clustering_eap_chain.jl @@ -3,7 +3,7 @@ using Distributions; using LinearAlgebra; using Logging; using DelimitedFiles; -using ProfileView; +#using ProfileView; using DecFP; using Quadmath; @@ -332,7 +332,8 @@ end (chain, sas, vas, ar) = if pargs["profile"] @info "Profiling the mcmc code..."; mcmc(5, pargs); # run first to compile code - @profview mcmc(pargs["num-steps"], pargs); + #@profview mcmc(pargs["num-steps"], pargs); + error("Not currently implemented..."); println("Press ENTER to continue..."); readline(stdin); exit(1);