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

Partial derivative tests #50

Open
sixpearls opened this issue Aug 31, 2019 · 0 comments
Open

Partial derivative tests #50

sixpearls opened this issue Aug 31, 2019 · 0 comments
Milestone

Comments

@sixpearls
Copy link
Collaborator

In the calculus tests, the partial derivatives didn't seem to work if one of the other dimensions was of degree 0. This is why the multidimensional splines in the fixture are of degree 1 or more:

[_make_random_spline(2, [kx, ky]) for kx in range(1,4) for ky in range(1,4)] + \
[_make_random_spline(3, [kx, ky, kz])

I am not sure why this would be the case, and may be worth investigating.

@sixpearls sixpearls added this to the 2.0 milestone Aug 31, 2019
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