-
Notifications
You must be signed in to change notification settings - Fork 1
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
Unary function change #27
Conversation
Merge branch 'tests' into unary_function_change # Conflicts: # R/MainFunctions.R # R/testExplore.R # man/settingsExplore.Rd # man/trainExplore.Rd
Added a convert_logical and a test to fix issue #28 |
|
Is there any way to define that function accordingly or you don't need it to work on Win? Also when I integrated your latest changes, the results are different, is that expected? |
Is there any way to define that function accordingly or you don't need it to work on Win? It needs to work on all 3 operating systems, but the difference is probably due to different (versions of) C++ compilers that are used as the function |
Also when I integrated your latest changes, the results are different, is that expected? |
resultsExplore and test
Im also merging the changes in tests_latestcode into my branch. I made some changes in
unary_function
as you mentioned before, but I don´t know if that affects your config.struct AndJibu : public std ::unary_function<int, void>
struct AndJibu : public std ::__unary_function<int, void>