Skip to content

Commit

Permalink
verbose -> verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored Aug 24, 2019
1 parent 4e0e80d commit 55a67ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2924,7 +2924,7 @@ def complexarray(re, im):


def quiet(quietval=True):
mp.cvar.verbose = int(not quietval)
mp.cvar.verbosity = int(not quietval)

def verbosity(verbose_val):
mp.cvar.verbose = verbose_val
mp.cvar.verbosity = verbose_val

0 comments on commit 55a67ae

Please sign in to comment.