Skip to content

Commit

Permalink
Added verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
muhd-umer committed Oct 2, 2023
1 parent 705a359 commit 42fe41a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simcomm/core/simulation/simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42fe41a

Please sign in to comment.