Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

figure out number of observations and tile automatically #2

Closed
mikofski opened this issue May 3, 2016 · 0 comments
Closed

figure out number of observations and tile automatically #2

mikofski opened this issue May 3, 2016 · 0 comments
Assignees

Comments

@mikofski
Copy link
Member

mikofski commented May 3, 2016

currently

Scalar args need to be tiled or repeated if any of the other argument increase the number of observations, even if that argument is constant.

EG: in the IV curve test the independent variables EE, TC, RS, RSH, ISAT1_0, ISAT2, ISC0, ALPHA_ISC, EG need to be repeated by the size of the diode voltages VD because each diode voltage is another observation.

proposed

review the size of outputs to determine how many observations there are because looking at inputs is not enough

case 1:

input arg increases output size the same - this is the easiest case

case 2:

two input args increase output size in different dimensions, so the output size goes as arg1 * arg2 and it's shape is (arg1, arg2)

case 3:

input arg size is greater than others, but represents collection of constants, coefficients or independent args, EG: values corresponding to different wavelengths which are integrated internally and therefore have no effect on the return

@mikofski mikofski self-assigned this May 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant