It looks like the problem is not with the output of the previous component, but the input of your ‘Generate Matrix’ component.
In RegisterInputParams
you need to use GH_ParamAccess.list
for the param, and in SolveInstance use GetDataList
instead of GetData.
1 Like