From c1c35a65a6656c58a92c799d58411c67de7d70ab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me>
Date: Tue, 4 Mar 2025 16:25:29 +0000
Subject: [PATCH] fix : Expand shape input was set as Param instead of Data

---
 include/aidge/operator/Expand.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/aidge/operator/Expand.hpp b/include/aidge/operator/Expand.hpp
index da87cfb56..95ca72a27 100644
--- a/include/aidge/operator/Expand.hpp
+++ b/include/aidge/operator/Expand.hpp
@@ -73,7 +73,7 @@ class Expand_Op
      */
     Expand_Op()
         : OperatorTensor(Type,
-                         {InputCategory::Data, InputCategory::Param},
+                         {InputCategory::Data, InputCategory::Data},
                          1) {}
 
     Expand_Op(const Expand_Op &op);
-- 
GitLab