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

Doesn't work with pint ureg wraps #1

Closed
mikofski opened this issue Apr 11, 2016 · 1 comment
Closed

Doesn't work with pint ureg wraps #1

mikofski opened this issue Apr 11, 2016 · 1 comment
Assignees

Comments

@mikofski
Copy link
Member

Pint ureg wraps expects args to be unpacked, but unc_wrapper expects a sequence

@mikofski
Copy link
Member Author

  1. Wrap unc_wrapper and pass argpos=None, keys=None, notwargs=False
  2. Change wrapper args to just *args, and **kwargs
  3. Pop __covariance__, if None return f()

If both argpos and keys are None
Assume all args and kwargs are independent variables
If either,
Pop them into x, call Jacobian

If notwargs then assume x already parsed

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

No branches or pull requests

1 participant