From 23eea5d9aa960f5803a276306b7d5a324dd00050 Mon Sep 17 00:00:00 2001
From: M Generali <mgenerali@teklia.com>
Date: Tue, 6 Jun 2023 17:08:33 +0200
Subject: [PATCH] to pass ci

---
 dan/predict/prediction.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dan/predict/prediction.py b/dan/predict/prediction.py
index 740de294..d3e7a5fe 100644
--- a/dan/predict/prediction.py
+++ b/dan/predict/prediction.py
@@ -29,7 +29,7 @@ class DAN:
     The class initializes useful parameters: the device and the temperature scalara parameter.
     """
 
-    def __init__(self, device, temperature):
+    def __init__(self, device, temperature=1.0):
         """
         Constructor of the DAN class.
         :param device: The device to use.
-- 
GitLab