From 66c4276d98566af549f5c1935b5c21afbf74450e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag=20Br=C3=BCck?= Date: Thu, 11 Sep 2025 20:23:22 +0200 Subject: [PATCH] Update Layer.mo Blocks cannot extend from models, only other blocks. --- NeuralNetwork/Layer/Interfaces/Layer.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeuralNetwork/Layer/Interfaces/Layer.mo b/NeuralNetwork/Layer/Interfaces/Layer.mo index 23b8060..e562111 100644 --- a/NeuralNetwork/Layer/Interfaces/Layer.mo +++ b/NeuralNetwork/Layer/Interfaces/Layer.mo @@ -1,6 +1,6 @@ within NeuralNetwork.Layer.Interfaces; -partial model Layer +partial block Layer // Topology of the neural network parameter Integer numInputs "Specification of the inputs of the layer"; parameter Integer numNeurons "Number of neurons in the layer";