You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For probeye 3.0.4, in the situation of multiple output sensors with a single correlation results in a shape mismatch error:
This occurs due to the list concatenation of the values from the multiple output sensors.
Is this intended? And if yes, what would be a solution to make this situation work?
What exactly do you expect? If the two sensors are supposed to be uncorrelated then this is somehow similar to this. In case they are correlated, how would you like to define the covariance matrix, something like ( [sigma_y1, sigma_y2]^T cor[cor_x, cor_x; cor_x,cor_x] [sigma_y1, sigma_y2]), where cor_x is the correlation between a single set of measurements based on x?
For probeye 3.0.4, in the situation of multiple output sensors with a single correlation results in a shape mismatch error:
This occurs due to the list concatenation of the values from the multiple output sensors.
Is this intended? And if yes, what would be a solution to make this situation work?
To reproduce the error edit test_1D_correlation_multiplicative_model_error from line 171 to 187 with:
where
"y1": y_test + 1
is added.and for line 205 replace with:
where
Sensor("y1", std_model="sigma")
was added to the line.The text was updated successfully, but these errors were encountered: