Closed ankane closed 3 years ago
Thanks @ankane The PR looks good to me. We will double-check and merge the PR.
Thanks @zeyiwen. It looks like CI is failing for Mac since Homebrew no longer supports macOS 10.13. Adding osx_image: xcode10.2
or higher to the Travis config should fix it (I can include it in the PR if you want).
Sure thing @ankane. Please help update the Travis config.
Thanks @zeyiwen and @Kurt-Liuhf
Hi, thanks for this library!
When running
thundersvm_train
orthundersvm_train_after_parse
multiple times in the same C program, logging is disabled for the remainder of the program if one of the calls uses quiet mode. This PR resets logging for each call so calls that don't use the-q
option have logging.