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

[makeinstancesufo] fix use-varlib flag, check for extrapolation #1155

Merged
merged 2 commits into from
Jun 8, 2020

Commits on Jun 5, 2020

  1. [makeinstancesufo] fix --use-varlib flag, detect extrapolation

    - use `store_true` action for `--use-varlib` flag
    - add test case using extrapolation; test that extrapolation works when MutatorMath is in use (and fails when varlib is used)
    josh-hadley committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    1d26ffa View commit details
    Browse the repository at this point in the history
  2. [makeinstancesufo] add detailed check for extrapolation

    - update validateDesignspaceDoc with an additional check for extrapolation (instance location dimension out-of-range for axis) when varlib is used
    - update extrapolation test case to look for detailed warning generated by above
    josh-hadley committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    15210e0 View commit details
    Browse the repository at this point in the history