From e95b2dea0d8b1b2483e5362bb0784d884e3aa57c 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