[mlpack-git] [mlpack/mlpack] a strange warnning when running cf (#598)

Ryan Curtin notifications at github.com
Tue Apr 12 11:10:59 EDT 2016


Are you sure it's displaying nothing at all?  It should be displaying an error too, not just the exception.  Here is what I get on my system (compiled without debugging symbols):

```
$ bin/mlpack_det
[FATAL] Neither --training_file (-t) nor --input_model_file (-m) are specified!

terminate called after throwing an instance of 'std::runtime_error'
  what():  fatal error; see Log::Fatal output
Aborted
```

There was an issue with this output when compiled with debugging symbols, which I fixed in 78f53da.  Do you want to update to the latest git master revision and see what you get as output?  Thanks!

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/598#issuecomment-208955270
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160412/e35b9d7b/attachment.html>


More information about the mlpack-git mailing list