kendrick icon indicating copy to clipboard operation
kendrick copied to clipboard

Build models with more than one attribute should be done by tensorial sum

Open SergeStinckwich opened this issue 3 years ago • 0 comments

This is possible at the moment, to create models with two (or more) attributes:

KEModel new
	attributes:
		{(#status -> #(#S #I #R)).
		(#species -> #(#mosquito #reservoir1 #reservoir2))}.

but these kind of model should not be created directly like that but with a tensorial sum of two concerns instead.

SergeStinckwich avatar Jan 13 '21 06:01 SergeStinckwich