From aa05a7dc9ce644d31e98c68a1635cc90013ebab7 Mon Sep 17 00:00:00 2001 From: SurgeArrester Date: Sun, 28 Feb 2021 14:24:57 +0000 Subject: [PATCH] Set verbose to default --- ElM2D/ElM2D.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElM2D/ElM2D.py b/ElM2D/ElM2D.py index 7ece385..803a6a4 100644 --- a/ElM2D/ElM2D.py +++ b/ElM2D/ElM2D.py @@ -67,7 +67,7 @@ class ElM2D(): ''' def __init__(self, n_proc=None, n_components=2, - verbose=False): + verbose=True): self.verbose = verbose