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

AutoDiff -> ForwardDiff in test files #9

Closed
dmbates opened this issue Feb 25, 2014 · 7 comments
Closed

AutoDiff -> ForwardDiff in test files #9

dmbates opened this issue Feb 25, 2014 · 7 comments

Comments

@dmbates
Copy link

dmbates commented Feb 25, 2014

The test files still start with

using AutoDiff

even though the package name has changed.

@papamarkou
Copy link
Contributor

Thanks @dmbates, the truth is that the tests are in a messy state more generally. I will do this correction and test housekeeping the latest by the end of the coming weekend.

@papamarkou
Copy link
Contributor

Hi @dmbates, I enabled travis testing for the package, moved the disorganized tests in a tmp folder inside test and added the first proper test with using ForwardDiff in it. I will keep this issue open until I gradually make the rest of the tests functional and tidy.

@IainNZ
Copy link
Contributor

IainNZ commented Mar 6, 2014

Would it be possible to add a "master" test file like test/runtests.jl or test/ForwardDiff.jl ?

@papamarkou
Copy link
Contributor

Hi Iain, there is a master test called run_tests on the top directory, do you mean it should be moved inside the test folder?

@IainNZ
Copy link
Contributor

IainNZ commented Mar 6, 2014

Oh I didn't see that! I was looking at the tagged version in METADATA. Disregard :)

@papamarkou
Copy link
Contributor

You are actually right, I need to tag a new version, I will add some more tests and code, and tomorriw will update metadata.

@papamarkou
Copy link
Contributor

@IainNZ, I pushed the updated version of ForwardDiff to METADATA, let me know if there are any issues.

@dmbates, I created some tests for the existing code. There is some code under test/tmp that will be placed under a new examples folder, since these are examples-illustrations rather than tests. I will do this too within the next few days.

I will now close this issue.

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

3 participants