Skip to content

Commit

Permalink
Set verbose to default
Browse files Browse the repository at this point in the history
  • Loading branch information
SurgeArrester committed Feb 28, 2021
1 parent 85bb9ad commit aa05a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElM2D/ElM2D.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class ElM2D():
'''
def __init__(self, n_proc=None,
n_components=2,
verbose=False):
verbose=True):

self.verbose = verbose

Expand Down

0 comments on commit aa05a7d

Please sign in to comment.