From 42fe41a26d18928ce2beedfe4728ebc35aa747ff Mon Sep 17 00:00:00 2001 From: muhd-umer Date: Mon, 2 Oct 2023 10:49:51 +0500 Subject: [PATCH] Added verbosity --- simcomm/core/simulation/simulator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/simcomm/core/simulation/simulator.py b/simcomm/core/simulation/simulator.py index 28f9d0d..92ae444 100644 --- a/simcomm/core/simulation/simulator.py +++ b/simcomm/core/simulation/simulator.py @@ -72,6 +72,7 @@ def run( P_circuit: Circuit power in Watts. comp: Whether to use CoMP or not. """ + print(f"{Fore.GREEN}Running the simulation...{Style.RESET_ALL}") if self.star is not None: # Set the RIS phase shifts