From fb980a1d4752ea3b92346e43ee13957521d892a8 Mon Sep 17 00:00:00 2001
From: Le Roux Erwan <erwan.le-roux@irstea.fr>
Date: Wed, 28 Nov 2018 14:49:33 +0100
Subject: [PATCH] [MARGIN FUNCTION] visualize several margin functions on the
 same graph

---
 .../max_stable_model/abstract_max_stable_model.py               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extreme_estimator/extreme_models/max_stable_model/abstract_max_stable_model.py b/extreme_estimator/extreme_models/max_stable_model/abstract_max_stable_model.py
index 2f056759..b051b687 100644
--- a/extreme_estimator/extreme_models/max_stable_model/abstract_max_stable_model.py
+++ b/extreme_estimator/extreme_models/max_stable_model/abstract_max_stable_model.py
@@ -96,5 +96,5 @@ class AbstractMaxStableModelWithCovarianceFunction(AbstractMaxStableModel):
         self.default_params_sample = {
             'range': 3,
             'smooth': 0.5,
-            'nugget': 0.0
+            'nugget': 0.5
         }
-- 
GitLab