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

DataReaderTest.java contains a reference to a local file - file not found exception #1

Open
gambiting opened this issue Jan 29, 2014 · 1 comment

Comments

@gambiting
Copy link

DataReaderTest.java contains a reference to a local file, so the test fails preventing a successful build using "mvn install"

@jhalliday
Copy link
Owner

works for me :-) Seriously though, the path is system specific because I can't guess in advance where you are going to download the data file to. For that matter you'll be running the code on the ncl.cs and aws machines, which most likely won't have the same dir paths or same file as each other. Just edit the code as needed once you've decided where you want to put the input file.

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

2 participants