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

Add a from_array function #11

Closed
ABohynDOE opened this issue Mar 2, 2023 · 0 comments · Fixed by #13
Closed

Add a from_array function #11

ABohynDOE opened this issue Mar 2, 2023 · 0 comments · Fixed by #13
Labels
enhancement New feature or request

Comments

@ABohynDOE
Copy link
Owner

This function would create a Design object from a numpy array containing a FATL design.
The function would:

  • check that the array only has 4 or 2 level factors
  • compute basic factors out of the four-level factors (since they're always defined in the same way)
  • try to find column numbers out of the BF previously defined
  • raise a error if no column numbers could be found (specifying where it failed)
  • output a design object
@ABohynDOE ABohynDOE added the enhancement New feature or request label Mar 2, 2023
@ABohynDOE ABohynDOE linked a pull request Mar 7, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant