-
Notifications
You must be signed in to change notification settings - Fork 44
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
Extend td04test ref6 #30
Conversation
- corrected transform.pyf, to not allocate zero-dim matrices - added tests for td04ad, one static, one checked against Octave with a transfer function set.
and works for 'C' as well as 'R' added a few tests
use conda-supplied compilers in meta.yaml fix flags for build on osx, specifically conda has python symbols in executable, needs -undefined dynamic_lookup
@@ -21,6 +21,13 @@ requirements: | |||
# this link needed quite some searching, please do not delete! | |||
# https://go.microsoft.com/fwlink/?LinkId=532606&clcid=0x409 | |||
|
|||
build: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This build section is repeated from above. Should be deleted, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right. Don't know how that got cloned. Checking locally and then committing.
Can you pull out the While you are at it, perhaps squash the commits into a single commit, to keep it cleaner? (We can also do that on merge, if it is a hassle.) |
abandoning this mess of commits! |
Extended the test cases with the case in issue #6