From 44e383ab8d832309e1b8ddc59039e1fd1ae8c7c7 Mon Sep 17 00:00:00 2001 From: MilesCranmer Date: Sun, 28 May 2023 14:20:45 -0400 Subject: [PATCH] Let user know compilation is taking place --- pysr/sr.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pysr/sr.py b/pysr/sr.py index 12aaeffaa..f9e6e8a16 100644 --- a/pysr/sr.py +++ b/pysr/sr.py @@ -1529,6 +1529,9 @@ def _run(self, X, y, mutated_params, weights, seed): julia_kwargs = mutated_params["julia_kwargs"] # Start julia backend processes + if not already_ran and update_verbosity != 0: + print("Compiling Julia backend...") + Main = init_julia(self.julia_project, julia_kwargs=julia_kwargs) if cluster_manager is not None: