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

Support from __future__ import division #5

Merged
merged 2 commits into from Oct 29, 2014
Merged

Support from __future__ import division #5

merged 2 commits into from Oct 29, 2014

Conversation

SimonKrughoff
Copy link
Contributor

for classes such as Extension that support operator/ and/or operator/=
and change unit tests to use it

for classes such as Extension that support operator/ and/or operator/=
and change unit tests to use it
@@ -103,7 +104,6 @@ def testChebyshev1Function1D(self):
"""A test for Chebyshev1Function1D"""
maxOrder = 6
deltaParam = 0.3
allParams = numpy.arange(deltaParam, deltaParam * (maxOrder + 1) + (deltaParam / 2.0), deltaParam)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was unused? It would help to put cleanup in a different commit from the implementation of the ticket.

Several obvious checks were commented out because they were applied to cloned functions,
which don't support the extra methods of function subclasses. An alternative would be to
cast the clone to the appropriate type, but the current tests suffice.
@mjuric mjuric merged commit 985938f into master Oct 29, 2014
@ktlim ktlim deleted the tickets/DM-83 branch August 25, 2018 06:44
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

Successfully merging this pull request may close these issues.

None yet

3 participants