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

Updated example command for lua and R: Fix for issue #4038 #4053

Merged
merged 2 commits into from Dec 26, 2017

Conversation

prashanthduvvada
Copy link
Contributor

Did the following things as per #4038

  1. Fixed the lua's example command
  2. Fixed R example command's intendation

Did the following things
1) Fixed the lua's example command
2) Fixed R example command's intendation
@@ -69,6 +69,7 @@ This needs `shogun.R` to be visible, which is either in `path/to/build/src/inter
export R_LIBS_USER="path/to/shogun.R:$R_LIBS_USER"

Running an example:

R --no-restore --no-save --no-readline --slave -f path/to/r_example.rb
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there's a typo here as well, i.e. it should be path/to/r_example.r and not path/to/r_example.rb (there's an extra b on the end)

@prashanthduvvada
Copy link
Contributor Author

Will change

Made the required changes
@codecov
Copy link

codecov bot commented Dec 26, 2017

Codecov Report

Merging #4053 into develop will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #4053      +/-   ##
===========================================
+ Coverage    56.55%   56.55%   +<.01%     
===========================================
  Files         1331     1331              
  Lines        92773    92773              
===========================================
+ Hits         52465    52467       +2     
+ Misses       40308    40306       -2
Impacted Files Coverage Δ
src/shogun/distance/CosineDistance.cpp 97.14% <0%> (-2.86%) ⬇️
src/shogun/lib/external/shogun_libsvm.cpp 66.96% <0%> (+0.14%) ⬆️
src/shogun/lib/DataType.cpp 67.48% <0%> (+0.34%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ccda0e8...6a9b6cf. Read the comment docs.

Copy link
Member

@karlnapf karlnapf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks and well done on your first patch! :)
Welcome to Shogun!

@karlnapf karlnapf merged commit e0ece7c into shogun-toolbox:develop Dec 26, 2017
@prashanthduvvada
Copy link
Contributor Author

Thanks @karlnapf

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

Successfully merging this pull request may close these issues.

None yet

3 participants