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

org.jblas.FloatMatrix.loadCSVFile() prints to System.out #74

Closed
shanishalgi opened this issue Jan 5, 2016 · 2 comments
Closed

org.jblas.FloatMatrix.loadCSVFile() prints to System.out #74

shanishalgi opened this issue Jan 5, 2016 · 2 comments

Comments

@shanishalgi
Copy link

Hello,

The loadCSVFile() method in the FloatMatrix class contains the following line:

System.out.println("Done reading file");

(Line 2085 in org.jblas.FloatMatrix.java in the jblas-1.2.3.jar available via Maven.)

imho - making applications which use JBlas print messages they did not intend to seems like a bad idea. It would be nicer if this was either
a. removed, or
b. made optional via some verbosity flag.

@mikiobraun
Copy link
Member

Hey, shanishalgi thanks for the very late reply.

I totally agree, thanks for the hint!

@mikiobraun
Copy link
Member

fixed it.

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